[package] name = "workmn" description = "Manages the lifecycle of projects on the local machine" version = "0.0.5" authors = ["Liam Dawson"] edition = "2018" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] config = { version = "0.10.1", features = ["toml"] } clap = { version = "2.33.0", features = ["yaml"] } directories = "2.0.2" log = "0.4.8" globwalk = "0.7.1" env_logger = "0.7.1" shellexpand = "1.0.0" toml = "0.5.5" failure = "0.1.6" exitfailure = "0.5.1" human-panic = "1.0.1"