[package] name = "taskzk" version = "0.1.3" authors = ["Minhyeok Lee "] license = "MIT" description = "A tool for zk and taskwarrior" homepage = "https://github.com/minhyeoky/taskzk" repository = "https://github.com/minhyeoky/taskzk" keywords = ["taskwarrior", "zk"] categories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.2.22", features = ["derive"] } regex = "1.6.0"