webcomposer-bin 0.2.4

WebComposer CLI
# 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 = "webcomposer-bin"
version = "0.2.4"
authors = ["trisua <me@trisua.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebComposer CLI"
homepage = "https://git.0x8e.net/t/webcomposer"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://git.0x8e.com/t/webcomposer"
resolver = "2"

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

[dependencies.clap]
version = "4.5.54"

[dependencies.webcomposer]
version = "0.9.3"