stylance-rs/Cargo.toml

14 lines
398 B
TOML

[workspace]
resolver = "2"
members = ["stylance", "stylance-cli", "internal/*"]
[workspace.dependencies]
stylance-core = { path = "./internal/stylance-core", version = "0.0.1" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.0.1" }
[workspace.package]
version = "0.0.1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/basro/stylance-rs"
readme = "README.md"