From 19f5040910ad297ecd618f67675cd2fa00771bdd Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 17 Nov 2024 13:00:53 +0000 Subject: Refactors Actualbudget importer --- rust/actualbudget_models/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rust/actualbudget_models/Cargo.toml (limited to 'rust/actualbudget_models/Cargo.toml') diff --git a/rust/actualbudget_models/Cargo.toml b/rust/actualbudget_models/Cargo.toml new file mode 100644 index 0000000..83d3093 --- /dev/null +++ b/rust/actualbudget_models/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "actualbudget_models" +version = "0.1.0" +edition = "2021" + +[dependencies] +diesel = { workspace = true, features = ["sqlite"] } -- cgit v1.2.3