From 4c56f91c88365a3c5ad890b02e8e9f52c314ea0c Mon Sep 17 00:00:00 2001 From: jakka Date: Mon, 8 Sep 2025 16:53:52 +0300 Subject: in proccess of switching from serde to musli --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1