Fix Gitlab URL & remove readme

It's unnecessary.
This commit is contained in:
Felix Krull 2018-10-16 19:50:26 +02:00 committed by Colin Walters
parent 9d51535f1a
commit 1d571d7910
2 changed files with 2 additions and 7 deletions

View File

@ -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"

View File

@ -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.