mirror of
https://github.com/arampoire/onetun.git
synced 2026-01-16 09:40:23 -05:00
Add cdylib to generated lib types
This commit is contained in:
parent
9ced7c9c6e
commit
441ec49d71
1 changed files with 1 additions and 1 deletions
|
|
@ -33,4 +33,4 @@ default = [ "bin" ]
|
||||||
bin = [ "clap", "pretty_env_logger", "pcap", "tokio/rt-multi-thread" ]
|
bin = [ "clap", "pretty_env_logger", "pcap", "tokio/rt-multi-thread" ]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = [ "rlib", "staticlib" ]
|
crate-type = [ "rlib", "staticlib", "cdylib" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue