summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-03-26 18:52:05 -0600
committerAshelyn Rose <git@ashen.earth>2025-03-26 18:52:05 -0600
commit14ad60a6d77f40fdd0b23e60e11ace8c52449c01 (patch)
tree9f3d873b035f91fb5d643071d097d69d6fcac9b3 /Cargo.toml
parent671d8bee2676efe1058d082290993c4bba3c8029 (diff)
rough config setup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"]