[package] name = "package-wrapper" version = "0.1.0" edition = "2021" license = "MIT" description = "A package manager wrapper command line tool for linux." authors = ["Yuta Takahashi "] repository = "https://github.com/Walkmana-25/package-wrapper" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" clap = { version = "4.4.8", features = ["derive"] } thiserror = "1.0.50" whoami = "1.4.1" [[bin]] name = "pacw" path = "src/main.rs"