mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 06:38:32 -04: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" ]
|
||||
|
||||
[lib]
|
||||
crate-type = [ "rlib", "staticlib" ]
|
||||
crate-type = [ "rlib", "staticlib", "cdylib" ]
|
Loading…
Add table
Add a link
Reference in a new issue