-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (30 loc) · 958 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "twili-recipes-ui"
version = "0.1.1"
edition = "2021"
[dependencies]
log = "0.4"
leptos = { version = "0.6.14", features = ["csr", "nightly"] }
leptos_router = { version = "0.6.14", features = ["csr", "nightly"] }
leptos_meta = {version = "0.6.14", features = ["csr", "nightly"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.113"
serde-wasm-bindgen = "0.6"
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
console_log = "1.0.0"
recipes_common = { path = "./common" }
console_error_panic_hook = "0.1.7"
icondata_bi = "0.0.10"
icondata_ri = "0.0.10"
thaw = {version= "0.3.3", features = ["csr"]}
codee = { version = "0.1", features = ["json_serde"] }
leptos-use = "0.12"
[dev-dependencies]
tokio = {version = "1.35.0", features = ["rt", "macros"]}
thirtyfour = "0.31.0"
sysinfo = "0.30.5"
mockito = "1.4.0"
[workspace]
members = [ "common","src-tauri"]