14 lines
398 B
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.6" }
|
|
stylance-macros = { path = "./internal/stylance-macros", version = "0.0.6" }
|
|
|
|
[workspace.package]
|
|
version = "0.0.6"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/basro/stylance-rs"
|
|
readme = "README.md"
|