diff options
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" } |
