summaryrefslogtreecommitdiff
path: root/rust/actualbudget_schema
diff options
context:
space:
mode:
Diffstat (limited to 'rust/actualbudget_schema')
-rw-r--r--rust/actualbudget_schema/Cargo.toml7
-rw-r--r--rust/actualbudget_schema/src/lib.rs1
2 files changed, 8 insertions, 0 deletions
diff --git a/rust/actualbudget_schema/Cargo.toml b/rust/actualbudget_schema/Cargo.toml
new file mode 100644
index 0000000..58e956f
--- /dev/null
+++ b/rust/actualbudget_schema/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "actualbudget_schema"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+actualbudget_models = { path = "../actualbudget_models" }
diff --git a/rust/actualbudget_schema/src/lib.rs b/rust/actualbudget_schema/src/lib.rs
new file mode 100644
index 0000000..ef66b22
--- /dev/null
+++ b/rust/actualbudget_schema/src/lib.rs
@@ -0,0 +1 @@
+pub use actualbudget_models::actualbudget_schema;