]> Untitled Git - lemmy.git/blobdiff - crates/api/Cargo.toml
Rename `lemmy_structs` to `lemmy_api_structs`
[lemmy.git] / crates / api / Cargo.toml
index 299121a6eba68740720c4b58cda9ef4fdfccc81c..5ab3395845d4e85f708e548285173634f521a43b 100644 (file)
@@ -1,7 +1,6 @@
 [package]
 name = "lemmy_api"
 version = "0.1.0"
-authors = ["Felix Ableitner <me@nutomic.com>"]
 edition = "2018"
 
 [lib]
@@ -17,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_structs = { path = "../structs" }
+lemmy_api_structs = { path = "../api_structs" }
 lemmy_websocket = { path = "../websocket" }
 diesel = "1.4.5"
 bcrypt = "0.9.0"