thaw/Cargo.toml

10 lines
325 B
TOML
Raw Normal View History

2023-03-30 09:40:22 +08:00
[workspace]
2023-12-30 17:29:44 +08:00
resolver = "2"
members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
2023-12-30 17:29:44 +08:00
exclude = ["examples"]
[workspace.dependencies]
2024-04-14 00:41:57 +08:00
thaw = { version = "0.3.0", path = "./thaw" }
2024-04-10 23:14:14 +08:00
thaw_components = { version = "0.1.0", path = "./thaw_components" }
2024-04-06 00:42:42 +08:00
thaw_utils = { version = "0.0.2", path = "./thaw_utils" }