[package] name = "ttc" version = "0.0.5" edition = "2021" license = "MIT OR Apache-2.0" description = "A fun CLI helps you track your tasks & log the time to a flat file" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.24" structopt = "0.3.26"