diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index e0e0265..d1579b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,13 +19,16 @@ web-sys = { version = "0.3", features = ["Document", "Window"] } [dependencies] rocie-client = { path = "../rocie-server/crates/rocie-client" } leptos = { version = "0.8", features = ["csr"] } -thaw = { git = "https://github.com/thaw-ui/thaw", branch = "main" } +reactive_stores = { version = "0.2" } leptos_meta = { version = "0.8" } leptos_router = { version = "0.8" } console_log = "1" log = "0.4" console_error_panic_hook = "0.1" uuid = { version = "1.18.1", features = ["js"] } +leptos_icons = "0.7.0" +icondata_core = "0.1.0" +icondata_io = "0.1.0" [profile.release] opt-level = 'z' |
