mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 14:09:21 -05:00
21 lines
572 B
TOML
21 lines
572 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"thaw",
|
|
"thaw_components",
|
|
"thaw_macro",
|
|
"thaw_utils",
|
|
"demo",
|
|
"demo_markdown",
|
|
]
|
|
exclude = ["examples"]
|
|
|
|
[workspace.dependencies]
|
|
thaw = { version = "0.4.0-beta3", path = "./thaw" }
|
|
thaw_components = { version = "0.2.0-beta3", path = "./thaw_components" }
|
|
thaw_macro = { version = "0.1.0-beta3", path = "./thaw_macro" }
|
|
thaw_utils = { version = "0.1.0-beta3", path = "./thaw_utils" }
|
|
|
|
leptos = { version = "0.7.0-beta7" }
|
|
leptos_meta = { version = "0.7.0-beta7" }
|
|
leptos_router = { version = "0.7.0-beta7" }
|