[package] name = "crl" version = "0.1.6" edition = "2021" license = "MIT OR Apache-2.0" description = "super minimal CLI clipboard manager." repository = "https://github.com/anthonwellsjo/crl" keywords = ["cli", "todo", "crl", "minimal", "bash_life"] include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arboard = "3.2.0" arw_brr = "0.1.4" daemonize = "0.4.1" rand = "0.8.5" rusqlite = "0.28.0" tokio = { version = "1.23.0", features = ["full"] }