parent
9d51535f1a
commit
1d571d7910
|
|
@ -1,5 +1,5 @@
|
|||
[badges.gitlab]
|
||||
repository = "https://gitlab.com/fkrull/rust-libostree"
|
||||
repository = "fkrull/rust-libostree"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3.7"
|
||||
|
|
@ -47,6 +47,5 @@ keywords = ["ffi", "ostree", "libostree"]
|
|||
license = "MIT"
|
||||
links = "ostree"
|
||||
name = "libostree-sys"
|
||||
readme = "README.md"
|
||||
repository = "https://gitlab.com/fkrull/rust-libostree"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
# 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