[package] name = "comma" description = "runs programs without installing them" version = "1.7.1" edition = "2021" authors = ["Artturin "] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.12", features = ["derive", "cargo", "env"] } xdg = "2.5.0"