diff --git a/Cargo.toml b/Cargo.toml index 55a0c1b..2af446b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ default = [ "bin" ] bin = [ "clap", "pretty_env_logger", "pcap", "tokio/rt-multi-thread" ] [lib] -crate-type = [ "rlib", "staticlib" ] \ No newline at end of file +crate-type = [ "rlib", "staticlib", "cdylib" ] \ No newline at end of file