libmount-sys 0.1.0

raw bindings to util-linux's libmount
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libmount-sys"
version = "0.1.0"
authors = ["Mao Wtm <m@maowtm.org>"]
edition = "2018"
description = "raw bindings to util-linux's libmount"
documentation = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/libmount-docs/"
repository = "https://gitlab.com/wtm/libmount-sys"
readme = "README.md"
license = "CC0-1.0"

[dependencies]

[build-dependencies]
bindgen = "0.49.2"
pkg-config = "0.3.14"