]> Untitled Git - lemmy.git/blobdiff - crates/routes/Cargo.toml
Rename `lemmy_structs` to `lemmy_api_structs`
[lemmy.git] / crates / routes / Cargo.toml
index b71ffca7037faf4d6275271d5ad9b6dfdaa2669d..80b94aa7e86d93270fe7b7aaf88f869a305d7abe 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_structs = { path = "../structs" }
+lemmy_api_structs = { path = "../api_structs" }
 diesel = "1.4.5"
 actix = "0.10.0"
 actix-web = { version = "3.3.2", default-features = false, features = ["rustls"] }