summaryrefslogtreecommitdiff
path: root/actualbudget_schema
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:22:53 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:30:27 +0100
commit2361adeb0ca77904138e3466d51c2f44cf6df613 (patch)
treef6e7192908f99fab62061913d8a1e9d2b918414b /actualbudget_schema
parentc7ed1e61ce2218be0b9e60577454124c4e43a366 (diff)
Tidier folders
Diffstat (limited to 'actualbudget_schema')
-rw-r--r--actualbudget_schema/Cargo.toml7
-rw-r--r--actualbudget_schema/src/lib.rs1
2 files changed, 0 insertions, 8 deletions
diff --git a/actualbudget_schema/Cargo.toml b/actualbudget_schema/Cargo.toml
deleted file mode 100644
index 58e956f..0000000
--- a/actualbudget_schema/Cargo.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-name = "actualbudget_schema"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-actualbudget_models = { path = "../actualbudget_models" }
diff --git a/actualbudget_schema/src/lib.rs b/actualbudget_schema/src/lib.rs
deleted file mode 100644
index ef66b22..0000000
--- a/actualbudget_schema/src/lib.rs
+++ /dev/null
@@ -1 +0,0 @@
-pub use actualbudget_models::actualbudget_schema;