aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn / boringcactus <melody@boringcactus.com>2021-06-13 19:35:58 -0600
committerMelody Horn / boringcactus <melody@boringcactus.com>2021-06-13 19:35:58 -0600
commit75e5e5f857b50a0eedbde84bcb10035479fc4571 (patch)
treef85ad816f176e244a4fdfc75b621af6170e4d7a8 /Cargo.toml
parent311b49a2fdd97b8b870dbaccccb55058ee0207c8 (diff)
downloadtosin-75e5e5f857b50a0eedbde84bcb10035479fc4571.tar.gz
tosin-75e5e5f857b50a0eedbde84bcb10035479fc4571.zip
start testing tutorial workflow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"