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.lock | |
parent | 671d8bee2676efe1058d082290993c4bba3c8029 (diff) |
rough config setup
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index b441a79..0689de2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1863,8 +1863,10 @@ dependencies = [ "leptos_axum", "leptos_meta", "leptos_router", + "serde", "stylance", "tokio", + "toml", "wasm-bindgen", ] |