]> Untitled Git - lemmy.git/blobdiff - crates/routes/Cargo.toml
Split api crate into api_structs and api
[lemmy.git] / crates / routes / Cargo.toml
index b6b464c33ba54eb2b9f9058d65fa69614db20e97..181d4c501174f047d36c6f8f82bc83cfb4f3f8b2 100644 (file)
@@ -13,7 +13,7 @@ lemmy_db_queries = { path = "../db_queries" }
 lemmy_db_views = { path = "../db_views" }
 lemmy_db_views_actor = { path = "../db_views_actor" }
 lemmy_db_schema = { path = "../db_schema" }
-lemmy_api_structs = { path = "../api_structs" }
+lemmy_api_common = { path = "../api_common" }
 diesel = "1.4.5"
 actix = "0.10.0"
 actix-web = { version = "3.3.2", default-features = false, features = ["rustls"] }