diff --git a/app/Cargo.toml b/app/Cargo.toml index 89da3b1..f345bd5 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -25,7 +25,6 @@ reqwest = { version = "0.12.15", features = ["blocking", "json"] } rfd = "0.14.1" serde.workspace = true serde_json.workspace = true -usvg.workspace = true [build-dependencies] image = "0.25.5" diff --git a/planchette/Cargo.toml b/planchette/Cargo.toml index 7d862f6..5042200 100644 --- a/planchette/Cargo.toml +++ b/planchette/Cargo.toml @@ -9,7 +9,6 @@ rust-version.workspace = true axum = "0.8.1" seance = { path = "../seance" } serde.workspace = true -serde_json.workspace = true tokio = { version = "1.44.1", features = ["full"] } [lints]