[package] name = "quicklist" license = "MIT" version = "0.0.1" authors = ["Sean DiGirolamo "] description = "Command line based To Do list manager." edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dirs = "1.0" chrono = "0.4.19" subprocess = "0.2.6" simple-error = "0.2.3" [[bin]] name = "ql" path = "src/main.rs"