ref(deps): Only request basic features of dlopen2

The code doesn't use any of the advanced features, so remove some
dependencies.
main
Floris Bruynooghe 2 years ago
parent 1bc3d44857
commit 61c034ebf3
No known key found for this signature in database
  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