summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-09-21 17:22:03 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-09-21 17:22:03 +0200
commit5cc108349968fbaa6998220631eb749276e64f45 (patch)
treede426ba6593a453503ec0a69349c9874e32db229 /src/main.rs
parentWIP: TUN IO worker (diff)
downloadwireguard-rs-5cc108349968fbaa6998220631eb749276e64f45.tar.xz
wireguard-rs-5cc108349968fbaa6998220631eb749276e64f45.zip
Added zero_key to peer
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 103bc65..a52eecc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -8,6 +8,7 @@ static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
mod constants;
mod handshake;
mod router;
+mod timers;
mod types;
mod wireguard;