mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
20 lines
No EOL
579 B
TOML
20 lines
No EOL
579 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"thaw",
|
|
"thaw_components",
|
|
"thaw_macro",
|
|
"thaw_utils",
|
|
"demo",
|
|
"demo_markdown",
|
|
]
|
|
exclude = ["examples"]
|
|
|
|
[workspace.dependencies]
|
|
thaw = { version = "0.3.1", path = "./thaw" }
|
|
thaw_components = { version = "0.1.1", path = "./thaw_components" }
|
|
thaw_macro = { version = "0.1.0", path = "./thaw_macro" }
|
|
thaw_utils = { version = "0.0.3", path = "./thaw_utils" }
|
|
|
|
leptos = { git = "https://github.com/leptos-rs/leptos", rev = "db02d3f5" }
|
|
leptos_meta = { git = "https://github.com/leptos-rs/leptos", rev = "db02d3f5" } |