uzumibi-cli 0.3.0

Uzumibi CLI tool to generate serverless mruby/edge apps
# 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 = "uzumibi-cli"
version = "0.3.0"
authors = ["Uchio Kondo <udzura@udzura.jp>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "templates/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Uzumibi CLI tool to generate serverless mruby/edge apps"
readme = false
license = "BSD-3-Clause"

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

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

[dependencies.include_dir]
version = "0.7.4"