From 441ec49d71e5f4c348c781957d9cfbbda0e1acce Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Sat, 25 Jun 2022 19:38:37 -0600 Subject: [PATCH] Add cdylib to generated lib types --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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