libnftables-sys 0.1.0

FFI bindings for libnftables.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "libnftables-sys"
description = "FFI bindings for libnftables."
version = "0.1.0"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
license = "GPL-2.0"
build = "build.rs"
readme = "README.md"

[dependencies]
json = "0.11"

[build-dependencies]
bindgen = "0.37"