mirror of
https://github.com/arampoire/onetun.git
synced 2026-01-16 08:20:23 -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 config;
|
||||||
pub mod events;
|
pub mod events;
|
||||||
|
#[cfg(feature = "lib")]
|
||||||
pub mod ffi;
|
pub mod ffi;
|
||||||
#[cfg(feature = "pcap")]
|
#[cfg(feature = "pcap")]
|
||||||
pub mod pcap;
|
pub mod pcap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue