# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mrvillage-cli" version = "0.1.15" include = [ "/templates", "/src", ] description = "My personal CLI" documentation = "https://docs.rs/mrvillage-cli" readme = "README.md" license = "MIT" repository = "https://github.com/mrvillage/mrvillage-cli" [[bin]] name = "mrvillage" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.include_dir] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.3" [dependencies.toml] version = "0.5" [dependencies.xshell] version = "0.2"