Restructured for wireguard-rs

This commit is contained in:
Mathias Hall-Andersen
2019-07-28 17:09:27 +02:00
parent 59190dff33
commit 2c81abbe79
13 changed files with 119 additions and 63 deletions

7
src/main.rs Normal file
View File

@@ -0,0 +1,7 @@
mod noise;
mod types;
use noise::Device;
use types::KeyPair;
fn main() {}