2023-03-30 09:40:22 +08:00
|
|
|
[workspace]
|
2023-12-30 17:29:44 +08:00
|
|
|
resolver = "2"
|
2024-05-03 00:32:12 +08:00
|
|
|
members = [
|
|
|
|
"thaw",
|
|
|
|
"thaw_components",
|
|
|
|
"thaw_macro",
|
|
|
|
"thaw_utils",
|
|
|
|
"demo",
|
|
|
|
"demo_markdown",
|
|
|
|
]
|
2023-12-30 17:29:44 +08:00
|
|
|
exclude = ["examples"]
|
2024-03-19 22:02:43 +08:00
|
|
|
|
|
|
|
[workspace.dependencies]
|
2024-07-28 13:00:01 +08:00
|
|
|
thaw = { version = "0.4.0-alpha", path = "./thaw" }
|
|
|
|
thaw_components = { version = "0.2.0-alpha", path = "./thaw_components" }
|
|
|
|
thaw_macro = { version = "0.1.0-alpha", path = "./thaw_macro" }
|
|
|
|
thaw_utils = { version = "0.1.0-alpha", path = "./thaw_utils" }
|
2024-06-12 17:36:34 +08:00
|
|
|
|
2024-08-07 23:40:50 +08:00
|
|
|
leptos = { git = "https://github.com/leptos-rs/leptos", rev = "867036559489e86c1f25cdf7133d803d88b0579b" }
|
|
|
|
leptos_meta = { git = "https://github.com/leptos-rs/leptos", rev = "867036559489e86c1f25cdf7133d803d88b0579b" }
|
|
|
|
leptos_router = { git = "https://github.com/leptos-rs/leptos", rev = "867036559489e86c1f25cdf7133d803d88b0579b" }
|