]> Untitled Git - lemmy.git/blobdiff - crates/api/Cargo.toml
Rewrite some API handlers to remove Perform trait (#3735)
[lemmy.git] / crates / api / Cargo.toml
index f7f1b0bf3a02e70391ddc9c88f0d823123091965..17f40d57d3592af43bb67bb3f753a2bc0e509b6d 100644 (file)
@@ -20,10 +20,8 @@ lemmy_db_views = { workspace = true, features = ["full"] }
 lemmy_db_views_moderator = { workspace = true, features = ["full"] }
 lemmy_db_views_actor = { workspace = true, features = ["full"] }
 lemmy_api_common = { workspace = true, features = ["full"] }
-diesel = { workspace = true }
+activitypub_federation = { workspace = true }
 bcrypt = { workspace = true }
-chrono = { workspace = true }
-serde_json = { workspace = true }
 serde = { workspace = true }
 actix-web = { workspace = true }
 base64 = { workspace = true }
@@ -32,6 +30,8 @@ async-trait = { workspace = true }
 captcha = { workspace = true }
 anyhow = { workspace = true }
 tracing = { workspace = true }
+chrono = { workspace = true }
+wav = "1.0.0"
 
 [dev-dependencies]
 serial_test = { workspace = true }