Move from json crate to jzon (json is no longer maintained)

This commit is contained in:
Ethan O'Brien
2026-04-16 13:52:45 -06:00
parent 0d79deddae
commit 4ee5b00aef
33 changed files with 180 additions and 180 deletions

View File

@@ -8,7 +8,6 @@ actix-web = "4.13"
rusqlite = { version = "0.38.0", features = ["bundled"] }
clap = { version = "4.5.59", features = ["derive"]}
base64 = "0.22.1"
json = "0.12.4"
rand = "0.10.0"
lazy_static = "1.5.0"
hex = "0.4.3"
@@ -29,6 +28,7 @@ pem = "3.0.6"
ureq = "3.2.0"
mime_guess = "2.0.5"
include_dir = "0.7.4"
jzon = "0.12.5"
[target.aarch64-linux-android.dependencies]
jni = { version = "0.21.0", features = ["invocation", "default"], optional = true }