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