# 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 = "milkmilk" version = "0.1.1" authors = ["Joshua Mo"] default-run = "cargo-mkmk" description = "Build fullstack websites that use a Rust backend quicker." homepage = "https://github.com/joshua-mo-143/milkmilk" documentation = "https://github.com/joshua-mo-143/milkmilk" readme = "README.md" keywords = [ "cli", "web", ] categories = [ "command-line-utilities", "development-tools", "web-programming", ] license-file = "./LICENSE.md" repository = "https://github.com/joshua-mo-143/milkmilk" [[bin]] name = "cargo-mkmk" path = "src/main.rs" edition = "2021" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.94"