From 14ad60a6d77f40fdd0b23e60e11ace8c52449c01 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Wed, 26 Mar 2025 18:52:05 -0600 Subject: rough config setup --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 68a9c52..1086f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,9 @@ leptos_axum = { version = "0.7.0", optional = true } leptos_meta = { version = "0.7.0" } tokio = { version = "1", features = ["rt-multi-thread", "signal"], optional = true } wasm-bindgen = { version = "=0.2.100", optional = true } +serde = { version = "^1.0.219", features = ["derive"] } stylance = "0.5.5" +toml = { version = "0.8.20", features = ["parse"] } [features] default = ["ssr"] -- cgit 1.4.1