diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-24 22:53:10 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-24 23:16:05 +0000 |
| commit | 06770a965f75416c22ef7115004a250388cebcbf (patch) | |
| tree | f4125385fdd50d2014bd8f7c2a44d7c462b8c3be /rust/Cargo.toml | |
| parent | 366f3e98bafaa8a6d364d62496ab7139935bfdec (diff) | |
transform budget drips
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 1 |
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" } |
