From d0263ce46160cd4152c67381fab2ee557f3aa483 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 30 Sep 2025 09:15:56 +0200 Subject: feat(treewide): Switch to tailwindcss and add more components --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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' -- cgit 1.4.1