Move FFI to its own feature

This commit is contained in:
Jackson Coxson 2022-06-25 17:10:31 -06:00
parent 3ad2ad4540
commit 9ced7c9c6e
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ pretty_env_logger = { version = "0.4", optional = true }
[features]
pcap = []
ffi = []
default = [ "bin" ]
bin = [ "clap", "pretty_env_logger", "pcap", "tokio/rt-multi-thread" ]