[package] name = "kai-cli" version = "0.1.0" edition = "2021" authors = ["Andrija Cicovic "] keywords = ["todotxt", "cli", "todo", "tasks", "scheduler"] description = "Kai - todo.txt task scheduler" repository = "https://github.com/cicovic-andrija/kai" license = "MIT" [dependencies] dirs = "4.0.0" getopts = "0.2" chrono = "0.4.19" [[bin]] name = "kai" path = "src/kai.rs"