From aaaee7bdc476f5f0631dc0d2f367c54bdfe03d12 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sun, 6 Oct 2024 16:05:32 +0200 Subject: Restructure Client to contain all test execution logic --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 01a9aa0..887bc41 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -rand = "0.8.5" +rand = { version = "0.8.5", features = ["small_rng"] } serde = { version = "1.0", features = ["derive"] } chrono = { version= "0.4.38", features = ["serde"]} serde_json = "1.0.128" -- cgit v1.2.3