[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"