From: Ian Jackson Date: Sun, 28 Jun 2020 22:52:21 +0000 (+0100) Subject: rand as dep X-Git-Tag: otter-0.2.0~1500 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d315a9f563265830b8e57463c7d5216812222c57;p=otter.git rand as dep --- diff --git a/Cargo.lock.example b/Cargo.lock.example index e81eeff5..32153811 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -361,6 +361,7 @@ dependencies = [ "fehler", "index_vec", "lazy_static", + "rand", "rocket", "rocket_contrib", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2445fd53..c48f7eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,8 @@ edition = "2018" anyhow = "1" thiserror = "1" +rand = "0" + #arrayvec = "0" #toml = "0.5"