# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "workmn" version = "0.0.5" authors = ["Liam Dawson"] description = "Manages the lifecycle of projects on the local machine" license = "MIT OR Apache-2.0" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.config] version = "0.10.1" features = ["toml"] [dependencies.directories] version = "2.0.2" [dependencies.env_logger] version = "0.7.1" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.6" [dependencies.globwalk] version = "0.7.1" [dependencies.human-panic] version = "1.0.1" [dependencies.log] version = "0.4.8" [dependencies.shellexpand] version = "1.0.0" [dependencies.toml] version = "0.5.5"