[package] name = "yat" version = "0.1.0" authors = ["drvog"] edition = "2018" description = "A simple terminal todo list manager." repository = "https://github.com/drvog/yat-rs" readme = "README.md" keywords = ["todo", "task"] categories = ["command-line-utilities"] license-file = "LICENSE" [dependencies] termion = "1.5.3" dirs = "1.0" log = "0.4.6" fern = "0.5.8" chrono = "0.4.7" toml = "0.5.1" serde = { version = "1.0.0", features = ["derive"] }