rename rust/ to taskchampion/

This commit is contained in:
Dustin J. Mitchell
2022-07-10 16:27:52 +00:00
committed by Tomas Babej
parent ccb9a0fdfb
commit 12ecfa2b1e
161 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,33 @@
[package]
name = "taskchampion"
version = "0.4.1"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
description = "Personal task-tracking"
homepage = "https://taskchampion.github.io/taskchampion/"
documentation = "https://docs.rs/crate/taskchampion"
repository = "https://github.com/taskchampion/taskchampion"
readme = "../README.md"
license = "MIT"
edition = "2018"
[dependencies]
uuid = { version = "^1.1.2", features = ["serde", "v4"] }
serde = { version = "^1.0.140", features = ["derive"] }
serde_json = "^1.0"
chrono = { version = "^0.4.10", features = ["serde"] }
anyhow = "1.0"
thiserror = "1.0"
ureq = "^2.5.0"
log = "^0.4.17"
rusqlite = { version = "0.28", features = ["bundled"] }
strum = "0.24"
strum_macros = "0.24"
flate2 = "1"
byteorder = "1.0"
ring = "0.16"
[dev-dependencies]
proptest = "^1.0.0"
tempfile = "3"
rstest = "0.15"
pretty_assertions = "1"