# 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 = "create-mnt-app" version = "0.1.0" description = "Quickly setup a new project. A colocation of all my boilerplate code" homepage = "https://github.com/MNThomson/create-mnt-app" readme = "README.md" license = "ISC" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "create-mnt-app" path = "cli/cli.rs" [dependencies.dialoguer] version = "0.10.3" [dependencies.duct] version = "0.13.6" [dependencies.names] version = "0.14.0" [dependencies.rust-embed] version = "6.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.spinach] version = "2.1.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.tera] version = "1.17.1"