summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-09-08 16:53:52 +0300
committerjakka <jakka@jakka.su>2025-09-08 16:53:52 +0300
commit4c56f91c88365a3c5ad890b02e8e9f52c314ea0c (patch)
tree271e77228c6cd82ba1f5e940ef2df42f3bd59d63 /Cargo.toml
parent2e261ac64cadf24b3edc679e58098951e56c1630 (diff)
in proccess of switching from serde to musli
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6637db2..18d1186 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-serde = { version = "1.0.219", features = ["derive"] }
-serde_json = "1.0.143"
-serde_repr = "0.1.20"
+musli = { version = "0.0.145", features = ["json"] }
thiserror = "2.0.16"
-ureq = { version = "3.1.0", features = ["json"] }
+ureq = "3.1.0"
urlencoding = "2.1.3"