Repo rename
This commit is contained in:
parent
e817635e8b
commit
5028561b18
|
|
@ -7,8 +7,8 @@ license = "MIT"
|
||||||
description = "Rust bindings for libostree"
|
description = "Rust bindings for libostree"
|
||||||
keywords = ["ostree", "libostree"]
|
keywords = ["ostree", "libostree"]
|
||||||
|
|
||||||
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
|
documentation = "https://fkrull.gitlab.io/ostree-rs/libostree"
|
||||||
repository = "https://gitlab.com/fkrull/rust-libostree"
|
repository = "https://gitlab.com/fkrull/ostree-rs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
exclude = [
|
exclude = [
|
||||||
|
|
@ -22,7 +22,7 @@ exclude = [
|
||||||
features = ["dox"]
|
features = ["dox"]
|
||||||
|
|
||||||
[badges.gitlab]
|
[badges.gitlab]
|
||||||
repository = "fkrull/rust-libostree"
|
repository = "fkrull/ostree-rs"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "libostree"
|
name = "libostree"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# rust-libostree
|
# ostree-rs
|
||||||
[](https://gitlab.com/fkrull/rust-libostree/commits/master)
|
[](https://gitlab.com/fkrull/ostree-rs/commits/master)
|
||||||
[](https://crates.io/crates/libostree)
|
[](https://crates.io/crates/libostree)
|
||||||
[](https://fkrull.gitlab.io/rust-libostree/libostree)
|
[](https://fkrull.gitlab.io/ostree-rs/libostree)
|
||||||
|
|
||||||
**Rust** bindings for [libostree](https://ostree.readthedocs.io).
|
**Rust** bindings for [libostree](https://ostree.readthedocs.io).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[badges.gitlab]
|
[badges.gitlab]
|
||||||
repository = "fkrull/rust-libostree"
|
repository = "fkrull/ostree-rs"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
pkg-config = "0.3.7"
|
pkg-config = "0.3.7"
|
||||||
|
|
@ -43,12 +43,12 @@ authors = ["Felix Krull"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
categories = ["external-ffi-bindings"]
|
categories = ["external-ffi-bindings"]
|
||||||
description = "FFI bindings to libostree-1"
|
description = "FFI bindings to libostree-1"
|
||||||
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys"
|
documentation = "https://fkrull.gitlab.io/ostree-rs/libostree_sys"
|
||||||
keywords = ["ffi", "ostree", "libostree"]
|
keywords = ["ffi", "ostree", "libostree"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
links = "ostree-1"
|
links = "ostree-1"
|
||||||
name = "libostree-sys"
|
name = "libostree-sys"
|
||||||
repository = "https://gitlab.com/fkrull/rust-libostree"
|
repository = "https://gitlab.com/fkrull/ostree-rs"
|
||||||
version = "0.1.5"
|
version = "0.1.5"
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["dox"]
|
features = ["dox"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue