]> Untitled Git - lemmy.git/blobdiff - crates/apub/Cargo.toml
Split api crate into api_structs and api
[lemmy.git] / crates / apub / Cargo.toml
index acb19db0995b49caf437c9cd59e27b7e405dfe0b..7d413f8511f9f50b90a73e22ad82bbf97a7db92e 100644 (file)
@@ -14,7 +14,7 @@ lemmy_db_queries = { path = "../db_queries" }
 lemmy_db_schema = { path = "../db_schema" }
 lemmy_db_views = { path = "../db_views" }
 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"
 activitystreams = "0.7.0-alpha.11"