summaryrefslogtreecommitdiff
path: root/schist_schema
diff options
context:
space:
mode:
Diffstat (limited to 'schist_schema')
-rw-r--r--schist_schema/Cargo.toml7
-rw-r--r--schist_schema/src/lib.rs2
2 files changed, 0 insertions, 9 deletions
diff --git a/schist_schema/Cargo.toml b/schist_schema/Cargo.toml
deleted file mode 100644
index 0af3470..0000000
--- a/schist_schema/Cargo.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-name = "schist_schema"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-schist_models = { path = "../schist_models" }
diff --git a/schist_schema/src/lib.rs b/schist_schema/src/lib.rs
deleted file mode 100644
index c60d7d4..0000000
--- a/schist_schema/src/lib.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-pub use schist_models::schema;
-pub use schist_models::migrations;