]> Untitled Git - lemmy.git/blobdiff - crates/websocket/Cargo.toml
Split api crate into api_structs and api
[lemmy.git] / crates / websocket / Cargo.toml
index b957e944650338d1aa0ab3a040d10b7672a65f44..e550d2b5ff7a786fa979d0d25d82adbbe2f4bb2e 100644 (file)
@@ -10,7 +10,7 @@ doctest = false
 
 [dependencies]
 lemmy_utils = { path = "../utils" }
-lemmy_api_structs = { path = "../api_structs" }
+lemmy_api_common = { path = "../api_common" }
 lemmy_db_queries = { path = "../db_queries" }
 lemmy_db_schema = { path = "../db_schema" }
 reqwest = { version = "0.10.10", features = ["json"] }