diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-26 18:52:05 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-26 18:52:05 -0600 |
commit | 14ad60a6d77f40fdd0b23e60e11ace8c52449c01 (patch) | |
tree | 9f3d873b035f91fb5d643071d097d69d6fcac9b3 /Cargo.toml | |
parent | 671d8bee2676efe1058d082290993c4bba3c8029 (diff) |
rough config setup
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
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"] |