diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-30 09:15:56 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-30 09:15:56 +0200 |
| commit | d0263ce46160cd4152c67381fab2ee557f3aa483 (patch) | |
| tree | b24a725d71b984e466ff478fbb4449111beeacac /Cargo.toml | |
| parent | chore: Second version (diff) | |
| download | web-client-d0263ce46160cd4152c67381fab2ee557f3aa483.zip | |
feat(treewide): Switch to tailwindcss and add more components
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' |
