diff --git a/Cargo.toml b/Cargo.toml index 3fa03451..e62f2d6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,15 @@ authors = [ "Flavio Castelli ", ] description = "An OCI implementation in Rust" +documentation = "https://docs.rs/oci-client" edition = "2021" +homepage = "https://github.com/oras-project/rust-oci-client" keywords = ["oci", "containers"] license = "Apache-2.0" name = "oci-client" readme = "README.md" repository = "https://github.com/oras-project/rust-oci-client" -version = "0.12.1" +version = "0.13.0" [badges] maintenance = { status = "actively-developed" }