thaw/Cargo.toml
luoxiaozero 9bf0f7da1a
Feat/thaw utils (#145)
* feat: extract utils as the library

* refactor: thaw_utils directory

* style: fmt
2024-03-19 22:02:43 +08:00

8 lines
238 B
TOML

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