Add some metadata to libostree-sys
This commit is contained in:
parent
269b63d8a0
commit
4c6d1dce4d
|
|
@ -1,10 +1,13 @@
|
||||||
|
[badges.gitlab]
|
||||||
|
repository = "https://gitlab.com/fkrull/rust-libostree"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
pkg-config = "0.3.7"
|
pkg-config = "0.3.7"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gio-sys = "^0.7"
|
gio-sys = "0.7"
|
||||||
glib-sys = "^0.7"
|
glib-sys = "0.7"
|
||||||
gobject-sys = "^0.7"
|
gobject-sys = "0.7"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
@ -36,7 +39,14 @@ v2018_7 = ["v2018_6"]
|
||||||
name = "libostree_sys"
|
name = "libostree_sys"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
|
authors = ["Felix Krull <f_krull@gmx.de>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
categories = ["external-ffi-bindings"]
|
||||||
|
description = "FFI bindings to libostree-1"
|
||||||
|
keywords = ["ffi", "ostree", "libostree"]
|
||||||
|
license = "MIT"
|
||||||
links = "ostree"
|
links = "ostree"
|
||||||
name = "libostree-sys"
|
name = "libostree-sys"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://gitlab.com/fkrull/rust-libostree"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Autogenerated FFI bindings for libostree
|
||||||
|
This crate contains the unsafe low-level FFI bindings for libostree. You most likely want the
|
||||||
|
[libostree crate](https://crates.io/crates/libostree) instead. It provides a higher-level, safe interface on top of this
|
||||||
|
crate.
|
||||||
Loading…
Reference in New Issue