From a511d72248d20ba2fcb436b58ee2459d422d80b7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 29 Aug 2026 15:19:15 +0100 Subject: task-001: adds Transaction::new() with RNG for id field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b633604..ad9b41f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.2.3