A file-based task manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ADD: stuff for publishing to crates.io

+3
+3
Cargo.toml
··· 3 3 version = "0.2.3" 4 4 edition = "2021" 5 5 publish = true 6 + license = "MIT" 7 + license-file = "LICENSE" 8 + description = "A command-line first, file-system based task manager" 6 9 7 10 [dependencies] 8 11 clap = { version = "4", features = ["derive", "env"] }