mirror of
https://github.com/arampoire/onetun.git
synced 2026-01-16 06:40:24 -05:00
Change ffi mod to only compile with lib feature
This commit is contained in:
parent
c421b93f9e
commit
c0bfdab175
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ use crate::wg::WireGuardTunnel;
|
|||
|
||||
pub mod config;
|
||||
pub mod events;
|
||||
#[cfg(feature = "lib")]
|
||||
pub mod ffi;
|
||||
#[cfg(feature = "pcap")]
|
||||
pub mod pcap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue