aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-06-10 02:09:22 -0400
committerDeterminant <tederminant@gmail.com>2020-06-10 02:09:22 -0400
commit811146c489ddd1494ff083609c10daed0c2c5023 (patch)
tree8ddfa75ab3c0fd9b87179896987a1232ab269f08 /Cargo.toml
parent895c761cc46f48907dc8442297f84c8959692b49 (diff)
get `peel()` working
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4193862..1593173 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ scan_fmt = "0.2.5"
hex = "0.4.2"
libc = "0.2.44"
nix = "0.17.0"
+rand = "0.7.3"
[lib]
name = "growthring"