]> Untitled Git - lemmy.git/blobdiff - crates/api/Cargo.toml
Split api crate into api_structs and api
[lemmy.git] / crates / api / Cargo.toml
index ea3cd625c6d44b74d9cc0929e3f497b2ba4cc6a6..1aaa0528e68306a26f8867ce448cc2239e574edc 100644 (file)
@@ -16,7 +16,7 @@ lemmy_db_schema = { path = "../db_schema" }
 lemmy_db_views = { path = "../db_views" }
 lemmy_db_views_moderator = { path = "../db_views_moderator" }
 lemmy_db_views_actor = { path = "../db_views_actor" }
-lemmy_api_structs = { path = "../api_structs" }
+lemmy_api_common = { path = "../api_common" }
 lemmy_websocket = { path = "../websocket" }
 diesel = "1.4.5"
 bcrypt = "0.9.0"