From 54894f9de9bad4fecb2a116d59a03cdd003f84c0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 12 Dec 2024 08:28:04 +0000 Subject: Moves rust workspace to root --- schist_schema/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schist_schema/src/lib.rs (limited to 'schist_schema/src') diff --git a/schist_schema/src/lib.rs b/schist_schema/src/lib.rs new file mode 100644 index 0000000..c60d7d4 --- /dev/null +++ b/schist_schema/src/lib.rs @@ -0,0 +1,2 @@ +pub use schist_models::schema; +pub use schist_models::migrations; -- cgit v1.2.3