aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-03 14:36:14 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-03 14:36:14 +0200
commitfe0c1532d927bf34dc1d0b8a1906edf76e1d66ad (patch)
treef2660a214d83cae3ccbb882f9fdea6bee43d8900 /Cargo.toml
parentRemove rust-crypto, move to libsodium bindings (diff)
downloadwireguard-rs-fe0c1532d927bf34dc1d0b8a1906edf76e1d66ad.tar.xz
wireguard-rs-fe0c1532d927bf34dc1d0b8a1906edf76e1d66ad.zip
Added property-based test for full DoS interaction
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a775549..2f9d38d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,7 @@ version = "^0.5"
[dependencies.subtle]
version = "2.1"
-features = ["nightly"] \ No newline at end of file
+features = ["nightly"]
+
+[dev-dependencies]
+proptest = "0.9.4" \ No newline at end of file