stylance-rs/Cargo.toml

17 lines
509 B
TOML

[workspace]
resolver = "2"
members = ["stylance", "stylance-cli", "internal/*"]
[workspace.dependencies]
stylance-core = { path = "./internal/stylance-core", version = "0.1.0" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.1.0" }
[workspace.package]
authors = ["Mario Carbajal"]
version = "0.1.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/basro/stylance-rs"
readme = "README.md"
keywords = ["css", "css-modules", "scss", "web"]
categories = ["web-programming"]