thaw/Cargo.toml
luoxiaozero 2be216043e
Feat/thaw components (#146)
* feat: extract utils as the library

* fix: thaw_components dependencies
2024-03-19 23:04:16 +08:00

9 lines
325 B
TOML

[workspace]
resolver = "2"
members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
exclude = ["examples"]
[workspace.dependencies]
thaw = { version = "0.2.3", path = "./thaw" }
thaw_components = { version = "0.0.1", path = "./thaw_components" }
thaw_utils = { version = "0.0.1", path = "./thaw_utils" }