[package] name = "sudo_prompt" version = "0.1.0" edition = "2021" authors = ["Ouyang Yadong "] readme = "README.md" description = "Provides a dialog prompt to run a command using sudo." repository = "https://github.com/oyyd/sudo-prompt-rs" license = "MIT" keywords = ["sudo", "permission", "prompt"] include = ["src/**/*", "Cargo.toml", "sudo-prompt-applet.gzip"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] flate2 = "1" tar = "0.4" uuid = {version = "1", features = ["v4"]} anyhow = "1" log = "0.4"