mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
Make dylib_flag cross-platform
This commit is contained in:
parent
8c8172c55d
commit
cf6706ebd6
5 changed files with 42 additions and 44 deletions
|
|
@ -21,6 +21,7 @@ anyhow = "1.0.65"
|
|||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
ctrlc = "3.2.5"
|
||||
genemichaels = "0.1.21"
|
||||
libloading = "0.8.0"
|
||||
owo-colors = "3.5.0"
|
||||
proc-macro2 = { version = "1.0.48", features = ["span-locations"] }
|
||||
quote = "1.0.23"
|
||||
|
|
@ -33,6 +34,3 @@ tracing = "0.1.37"
|
|||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-tree = "0.2.2"
|
||||
walkdir = "2.3.2"
|
||||
|
||||
[target."cfg(unix)".dependencies]
|
||||
libc = "0.2.138"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue