[package] name = "dro" version = "0.2.15" edition = "2021" license = "MIT OR Apache-2.0" description = "Super minimal CLI todo (dro) application." repository = "https://github.com/anthonwellsjo/dro" keywords = ["cli", "todo", "dro", "minimal", "bash_life"] include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arw_brr = "0.1.8" dirs = "4.0.0" rusqlite = "0.28.0" walkdir = "2.3.3" [dev-dependencies] rand = "0.8.5"