mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 08:34:15 -05:00
9bf0f7da1a
* feat: extract utils as the library * refactor: thaw_utils directory * style: fmt
8 lines
238 B
TOML
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" }
|