[package] name = "awpack" version = "0.1.0" authors = ["Dylan McKay "] description = "A package manager for the Awesome tiling window manager" license = "MIT" documentation = "https://docs.rs/awpack" repository = "https://github.com/dylanmckay/awpack" [dependencies] git2 = "0.5.0" toml = "0.2.1" walkdir = "0.1" clap = "2.14"