summaryrefslogtreecommitdiff
path: root/rust/actualbudget_fakes/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-24 15:56:38 +0000
committerJoe Carstairs <me@joeac.net>2024-11-24 15:56:38 +0000
commit366f3e98bafaa8a6d364d62496ab7139935bfdec (patch)
tree2d8bedeef9a803a88d212e1e824af67465c59408 /rust/actualbudget_fakes/Cargo.toml
parent1f5dcf9762a83d5972c0c8dbad22732505bf621c (diff)
AB fakes
Diffstat (limited to 'rust/actualbudget_fakes/Cargo.toml')
-rw-r--r--rust/actualbudget_fakes/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/actualbudget_fakes/Cargo.toml b/rust/actualbudget_fakes/Cargo.toml
new file mode 100644
index 0000000..9521f23
--- /dev/null
+++ b/rust/actualbudget_fakes/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "actualbudget_fakes"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+actualbudget_models = { path = "../actualbudget_models" }
+diesel = { workspace = true, features = ["sqlite"] }