diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 5fa82108..24c2d4ef 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -59,8 +59,8 @@ pages: artifacts: paths: - public - #only: - #- master + only: + - master # publish publish_libostree-sys: diff --git a/rust-bindings/rust/libostree-sys/Cargo.toml b/rust-bindings/rust/libostree-sys/Cargo.toml index 38e34217..304c7b00 100644 --- a/rust-bindings/rust/libostree-sys/Cargo.toml +++ b/rust-bindings/rust/libostree-sys/Cargo.toml @@ -43,6 +43,7 @@ authors = ["Felix Krull "] build = "build.rs" categories = ["external-ffi-bindings"] description = "FFI bindings to libostree-1" +documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys" keywords = ["ffi", "ostree", "libostree"] license = "MIT" links = "ostree" diff --git a/rust-bindings/rust/libostree/Cargo.toml b/rust-bindings/rust/libostree/Cargo.toml index d70b0b79..5e02e58d 100644 --- a/rust-bindings/rust/libostree/Cargo.toml +++ b/rust-bindings/rust/libostree/Cargo.toml @@ -2,6 +2,8 @@ name = "libostree" version = "0.1.0" +documentation = "https://fkrull.gitlab.io/rust-libostree/libostree" + [lib] name = "libostree"