]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/lib.rs
Add pub use for db crates in api_common (#2305)
[lemmy.git] / crates / api_common / src / lib.rs
index 6cb9a2f1fdd46fc81d4379516bf0978511b23e4d..30e38c922db01f014e9a8a141a72f04d8ff4be97 100644 (file)
@@ -9,3 +9,8 @@ pub mod site;
 #[cfg(feature = "full")]
 pub mod utils;
 pub mod websocket;
+
+pub extern crate lemmy_db_schema;
+pub extern crate lemmy_db_views;
+pub extern crate lemmy_db_views_actor;
+pub extern crate lemmy_db_views_moderator;