aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-12 09:26:23 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-12 09:26:23 -0700
commitf4ecb2e56397365d8ea809b169df0734a1a6524c (patch)
tree00a6672dd3dd0af9171b8bd9f2bd81fc544af276 /Cargo.toml
parent6ee72c288121ffa611ad75a00682bf103acea1fe (diff)
Generate payload randomly
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 7188a85..814194f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,5 +8,6 @@ log = "0.3"
env_logger = "0.3"
rustv = "0.4.1"
docopt = "0.6"
+rand = "0.3"
rustc-serialize = "0.3"
time = "0.1"