[package] name = "dura" version = "0.2.0" edition = "2021" authors = ["Tim Kellogg and the Internet"] description = "Dura backs up your work automatically via Git commits." license = "Apache-2.0" homepage = "https://github.com/tkellogg/dura/" repository = "https://github.com/tkellogg/dura/" documentation = "https://github.com/tkellogg/dura/blob/master/README.md" [dependencies] clap = { version = "3.1.6", features = ["cargo"] } git2 = "0.13" dirs = "4.0.0" tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" chrono = "0.4" toml = "0.5.8" tracing = { version = "0.1.5"} tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] } [dev-dependencies] tempfile = "3.2.0" serial_test = "0.5.1"