Skip to content

Commit f171579

Browse files
committed
Allow building as a library crate
Signed-off-by: Emīls <[email protected]>
1 parent 7d84ef9 commit f171579

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extern crate alloc;
2+
3+
pub mod configuration;
4+
pub mod platform;
5+
pub mod wireguard;

0 commit comments

Comments
 (0)