libuci-sys 1.0.1

FFI bindings to OpenWRT UCI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libuci-sys"
version = "1.0.1"
authors = ["Benjamin Ludewig <ludewig.b@gmail.com>"]
description = "FFI bindings to OpenWRT UCI"
license = "MIT OR Apache-2.0"
repository = "https://github.com/namib-project/libuci-sys"
keywords = ["openwrt"]
categories = ["external-ffi-bindings"]
build = "build.rs"
edition = "2018"
exclude = ["libubox/tests/*", "uci/tests/*"]

[build-dependencies]
bindgen = "^0.58.1"
cmake = "^0.1.45"