summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-24 22:53:10 +0000
committerJoe Carstairs <me@joeac.net>2024-11-24 23:16:05 +0000
commit06770a965f75416c22ef7115004a250388cebcbf (patch)
treef4125385fdd50d2014bd8f7c2a44d7c462b8c3be /rust/Cargo.toml
parent366f3e98bafaa8a6d364d62496ab7139935bfdec (diff)
transform budget drips
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 89f1dfe..ee7450f 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -22,6 +22,7 @@ derive_builder = { version = "0.20.2" }
diesel = { version = "2.2.0" }
diesel_migrations = "2.2.0"
dotenvy = "0.15.7"
+itertools = "0.13.0"
libsqlite3-sys = { version = "0.30.1" }
rocket = { version = "0.5.1" }
rocket_sync_db_pools = { version = "0.1.0" }