rosace-cli 0.1.0

rsc: the ROSACE CLI for scaffolding, running, building, and analyzing 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 = "2021"
name = "rosace-cli"
version = "0.1.0"
authors = ["ROSACE Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsc: the ROSACE CLI for scaffolding, running, building, and analyzing apps"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rosace-ui/rosace"

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

[dependencies.resvg]
version = "0.47.0"
default-features = false

[dependencies.rosace-core]
version = "0.1.0"

[dependencies.rosace-hot-reload]
version = "0.1.0"

[dependencies.rosace-trace]
version = "0.1.0"