Merge pull request #30 from flub/lighter-deps

ref(deps): Only request basic features of dlopen2
main
shellrow 2 years ago committed by GitHub
commit 943939c5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -15,7 +15,7 @@ libc = "0.2"
[target.'cfg(target_os = "android")'.dependencies]
# DL Open
dlopen2 = "0.4"
dlopen2 = { version = "0.4", default-features = false }
once_cell = "1"
# netlink
netlink-packet-core = "0.5"

Loading…
Cancel
Save