]> Untitled Git - lemmy.git/blobdiff - crates/api_common/Cargo.toml
Split api crate into api_structs and api
[lemmy.git] / crates / api_common / Cargo.toml
similarity index 92%
rename from crates/api_structs/Cargo.toml
rename to crates/api_common/Cargo.toml
index 242383e6f9ba4f04dcae3bdcef148f57fd5fe6ba..f870a2668aa71970bb9bd5fedc14d10555b6215c 100644 (file)
@@ -1,10 +1,10 @@
 [package]
-name = "lemmy_api_structs"
+name = "lemmy_api_common"
 version = "0.1.0"
 edition = "2018"
 
 [lib]
-name = "lemmy_api_structs"
+name = "lemmy_api_common"
 path = "src/lib.rs"
 doctest = false