From b743fc24ec3ba1aa3ff9bfe5c802019e90034312 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 26 Jan 2022 14:06:45 +0100 Subject: Shuffle initial presentiation order from insert order --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c9108f1..2c971db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,9 @@ authors = ["Joris GUYONVARCH"] edition = "2018" [dependencies] -chrono = "0.4" anyhow = "1.0" +chrono = "0.4" +rand = "0.8" rusqlite = { version = "0.26", features = [ "chrono" ] } rusqlite_migration = "0.5" serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.3