# 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 = "monofold" version = "1.0.1" authors = ["Kevin Scheffelmeier "] include = [ "**/*.rs", "Cargo.toml", ] description = "A simple scaffolding helper for monorepos" homepage = "https://ksch.io" readme = "README.md" keywords = [ "scaffolding", "monorepo", "helper", "automation", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/kschio/monofold" [[bin]] name = "monofold" path = "src/main.rs" [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.9.0" [dependencies.dirs] version = "3.0.2" [dependencies.fs_extra] version = "1.2.0" [dependencies.git2] version = "0.13.22"