m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 02:13:41 -05:00

Switch to serde for config parsing

This commit is contained in:
Sergio
2024-12-05 20:22:26 +02:00
parent 178acfb2f6
commit 215e88ae0f
3 changed files with 35 additions and 95 deletions

View File

@@ -23,6 +23,8 @@ reqwest-middleware = "0.3.3"
rustc-hash = "2.0.0"
http-link = "1.0.1"
itertools = "0.13.0"
serde_json = "1.0.133"
serde = "1.0.215"
[features]
default = ["server", "cli"]