netlink-packet-audit 0.2.0

netlink packet types
Documentation
[package]
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
name = "netlink-packet-audit"
version = "0.2.0"
edition = "2018"

homepage = "https://github.com/little-dude/netlink"
keywords = ["netlink", "linux"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/little-dude/netlink"
description = "netlink packet types"

[dependencies]
anyhow = "1.0.31"
byteorder = "1.3.2"
netlink-packet-core = { path = "../netlink-packet-core", version = "0.2" }
netlink-packet-utils = { path = "../netlink-packet-utils", version = "0.2" }

[dev-dependencies]
lazy_static = "1.4.0"