@@ -7,21 +7,27 @@ edition = "2021"
7
7
crate-type = [" cdylib" , " rlib" ]
8
8
9
9
[dependencies ]
10
- axum = { version = " 0.7.5" , optional = true }
11
- console_error_panic_hook = " 0.1"
12
- leptos = { version = " 0.7.7" }
13
- leptos_axum = { version = " 0.7.7" , optional = true }
14
- leptos_meta = { version = " 0.7.7" }
15
- leptos_router = { version = " 0.7.7" }
16
- tokio = { version = " 1" , features = [" rt-multi-thread" ], optional = true }
10
+ http = " 1"
17
11
tower = { version = " 0.5.0" , optional = true }
18
12
tower-http = { version = " 0.5" , features = [" fs" ], optional = true }
13
+ axum = { version = " 0.8.1" , optional = true }
14
+
15
+ tokio = { version = " 1" , features = [" rt-multi-thread" ], optional = true }
16
+
17
+ console_log = " 1"
18
+ console_error_panic_hook = " 0.1"
19
+
20
+ leptos = { git = " https://github.com/leptos-rs/leptos" , branch = " leptos_0.8" }
21
+ leptos_axum = { git = " https://github.com/leptos-rs/leptos" , branch = " leptos_0.8" , optional = true }
22
+ leptos_meta = { git = " https://github.com/leptos-rs/leptos" , branch = " leptos_0.8" }
23
+ leptos_router = { git = " https://github.com/leptos-rs/leptos" , branch = " leptos_0.8" }
24
+
19
25
wasm-bindgen = " 0.2.100"
26
+
20
27
thiserror = " 1"
21
28
tracing = { version = " 0.1" , optional = true }
22
- http = " 1"
23
- console_log = " 1"
24
29
log = " 0.4"
30
+
25
31
demo = { path = " ../../demo" , default-features = false }
26
32
thaw = { path = " ../../thaw" }
27
33
0 commit comments