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 --- actualbudget_models/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 actualbudget_models/Cargo.toml (limited to 'actualbudget_models/Cargo.toml') diff --git a/actualbudget_models/Cargo.toml b/actualbudget_models/Cargo.toml new file mode 100644 index 0000000..8bec23b --- /dev/null +++ b/actualbudget_models/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "actualbudget_models" +version = "0.1.0" +edition = "2021" + +[dependencies] +derive_builder = { workspace = true } +diesel = { workspace = true, features = ["sqlite"] } -- cgit v1.2.3