[workspace]
resolver = "2"
members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
exclude = ["examples"]

[workspace.dependencies]
thaw = { version = "0.3.2", path = "./thaw" }
thaw_components = { version = "0.1.2", path = "./thaw_components" }
thaw_utils = { version = "0.0.4", path = "./thaw_utils" }