Allow onetun to be used as a library

This commit is contained in:
Aram 🍐 2022-06-25 10:33:37 -04:00
parent f85692950f
commit 48eaf0f840
5 changed files with 154 additions and 125 deletions

View file

@ -30,3 +30,5 @@ pretty_env_logger = { version = "0.4", optional = true }
pcap = []
default = [ "bin" ]
bin = [ "clap", "pretty_env_logger", "pcap" ]
[lib]