diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-17 17:31:46 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-30 10:07:26 +0100 |
| commit | deff9f3fc4d4627b07e25bb43eb9a70a0129acaa (patch) | |
| tree | 584a366e3e4aeacbcb6bd55b64858c3ba5a347d9 /talpid_openvpn_plugin/src | |
| parent | a720e761bd54f686f1f3f4520423cd087f25e63d (diff) | |
| download | mullvadvpn-deff9f3fc4d4627b07e25bb43eb9a70a0129acaa.tar.xz mullvadvpn-deff9f3fc4d4627b07e25bb43eb9a70a0129acaa.zip | |
Add lazy_static to OpenVPN plugin
Diffstat (limited to 'talpid_openvpn_plugin/src')
| -rw-r--r-- | talpid_openvpn_plugin/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/talpid_openvpn_plugin/src/lib.rs b/talpid_openvpn_plugin/src/lib.rs index e69de29bb2..656405efb7 100644 --- a/talpid_openvpn_plugin/src/lib.rs +++ b/talpid_openvpn_plugin/src/lib.rs @@ -0,0 +1,2 @@ +#[macro_use] +extern crate lazy_static; |
