[package] name = "dsktp" version = "0.1.0" edition = "2021" license-file = "LICENSE" description = "A utility for listing and interacting with .desktop files on unix systems" homepage = "https://sr.ht/~parasrah/dsktp/" repository = "https://git.sr.ht/~parasrah/dsktp/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.5", features = ["derive"] } regex = "1" lazy_static = "1.4.0" itertools = "0.10.3"