stylance-rs/Cargo.toml

17 lines
509 B
TOML
Raw Normal View History

2024-01-06 00:09:31 +08:00
[workspace]
resolver = "2"
2024-01-08 10:21:52 +08:00
members = ["stylance", "stylance-cli", "internal/*"]
2024-01-06 00:09:31 +08:00
[workspace.dependencies]
2024-01-20 12:17:04 +08:00
stylance-core = { path = "./internal/stylance-core", version = "0.1.0" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.1.0" }
2024-01-08 10:27:38 +08:00
[workspace.package]
2024-01-12 19:44:40 +08:00
authors = ["Mario Carbajal"]
2024-01-20 12:17:04 +08:00
version = "0.1.0"
2024-01-08 20:40:25 +08:00
license = "MIT OR Apache-2.0"
repository = "https://github.com/basro/stylance-rs"
readme = "README.md"
2024-01-12 19:44:40 +08:00
keywords = ["css", "css-modules", "scss", "web"]
categories = ["web-programming"]