modo-cli 0.1.4

CLI tool for scaffolding modo framework projects
# 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 = "2024"
name = "modo-cli"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for scaffolding modo framework projects"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dmitrymomot/modo"
resolver = "2"

[[bin]]
name = "modo"
path = "src/main.rs"

[[test]]
name = "scaffold_test"
path = "tests/scaffold_test.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.include_dir]
version = "0.7"

[dependencies.minijinja]
version = "2"