# 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 = "fpm-cli" version = "0.6.1" authors = ["Luke Eltiste"] description = "A CLI Project Manager to create and manage directories for all of your projects" readme = "README.md" license = "MIT" repository = "https://github.com/Frazzer951/fpm" resolver = "1" [package.metadata.release] shared-version = true [[bin]] name = "fpm" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["cargo"] [dependencies.console] version = "0.15" [dependencies.dialoguer] version = "0.10" [dependencies.eyre] version = "0.6" [dependencies.fpm-lib] version = "^0.6" [dependencies.indicatif] version = "0.17" [dependencies.prettytable-rs] version = "0.10" [dependencies.thiserror] version = "1.0"