]> Untitled Git - lemmy.git/blobdiff - crates/apub/Cargo.toml
Rename `lemmy_structs` to `lemmy_api_structs`
[lemmy.git] / crates / apub / Cargo.toml
index 9dd9bc82f5dbc5557ed83185dc09bd67287754bd..d294cbd9dab505bb60db08613dd604dc1ccacf59 100644 (file)
@@ -1,7 +1,6 @@
 [package]
 name = "lemmy_apub"
 version = "0.1.0"
-authors = ["Felix Ableitner <me@nutomic.com>"]
 edition = "2018"
 
 [lib]
@@ -15,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_structs = { path = "../structs" }
+lemmy_api_structs = { path = "../api_structs" }
 lemmy_websocket = { path = "../websocket" }
 diesel = "1.4.5"
 activitystreams = "0.7.0-alpha.10"