We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bfa4f commit 4475ba6Copy full SHA for 4475ba6
Cargo.toml
@@ -21,7 +21,8 @@ byteorder = "1.3.2"
21
libc = "0.2.66"
22
log = { version = "0.4.20", features = ["std"] }
23
netlink-packet-core = { version = "0.7.0" }
24
-netlink-packet-utils = { version = "0.5.2" }
+netlink-packet-utils = { path = "../netlink-packet-utils" }
25
+hex = "0.4.3"
26
27
[[example]]
28
name = "dump_packet_links"
0 commit comments