mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
9 lines
325 B
TOML
9 lines
325 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
|
|
exclude = ["examples"]
|
|
|
|
[workspace.dependencies]
|
|
thaw = { version = "0.3.0", path = "./thaw" }
|
|
thaw_components = { version = "0.1.0", path = "./thaw_components" }
|
|
thaw_utils = { version = "0.0.2", path = "./thaw_utils" }
|