From 75e5e5f857b50a0eedbde84bcb10035479fc4571 Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Sun, 13 Jun 2021 19:35:58 -0600 Subject: start testing tutorial workflow --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aa99c74..9cf36a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,6 @@ time = "0.2.27" tokio = { version = "1", features = ["full"] } tosin-macros = { version = "0.1.0", path = "./tosin-macros" } warp = "0.3" + +[dev-dependencies] +rand = "0.8.3" -- cgit v1.2.3