diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-29 15:19:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-29 15:19:15 +0100 |
| commit | a511d72248d20ba2fcb436b58ee2459d422d80b7 (patch) | |
| tree | a73d55cb6051b5e41ef98e308f37ef42b9c3f477 /Cargo.toml | |
| parent | e0a7de1ef54e11682ee60c4bc17a4b1659ecdcfb (diff) | |
task-001: adds Transaction::new() with RNG for id field
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ dotenvy = "0.15.7" iced = "0.14.0" itertools = "0.13.0" libsqlite3-sys = { version = "0.30.1", features = ["bundled"] } +rand = "0.10.2" rfd = "0.15.4" schist_fakes = { path = "schist_core/schist_fakes" } schist_models = { path = "schist_core/schist_models" } |
