[package] name = "greatful-cli" version = "0.0.3" authors = [ "Stephen Fay " ] license = "MIT" description = "A tool that doesn't work, see grateful-cli for the real version. I consent to the transfer of this crate to the first person who asks help@crates.io for it." readme = "README.md" homepage = "https://github.com/dcxSt/grateful-cli" repository = "https://github.com/dcxSt/grateful-cli" keywords = ["cli", "happy", "light", "grateful"] categories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.19" clap = { version = "3.0.14", features = ["derive"] } directories-next = "2.0.0" json = "0.12.4" log = "0.4.14"