[package] name = "ct-tracker-lib" version = "0.1.1" authors = ["Tobias Nienhaus "] edition = "2018" license = "MIT" description = "A simple library for time tracking." repository = "https://gitlab.com/tnienhaus/ct/-/tree/master/crates/ct-tracker-lib" keywords = ["time-tracking", "productivity"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.64" app_dirs = "1.2.1" log = "0.4.14" chrono = { version = "0.4.19", features = ["serde"] } glob = "0.3.0" bunt = "0.2.4"