summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-27 18:01:11 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-27 18:01:11 +0100
commitd4f5d5b7237d78ea177004a0650a550d03110b7c (patch)
treea97a215ac19ef73d8ae322513422253f2e3947f2 /Cargo.toml
parentRemove unused under_load code (diff)
downloadwireguard-rs-clean.tar.xz
wireguard-rs-clean.zip
Fixed typo in under load codeclean
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ef943c..1298a28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,6 +41,7 @@ features = ["nightly"]
[features]
profiler = ["cpuprofiler"]
+start_up = []
[dev-dependencies]
pnet = "^0.22"