diff --git a/Cargo.toml b/Cargo.toml index 590b555..857ce92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,16 @@ [package] name = "dockertags" version = "0.1.0" +authors = ["Yezzi Hsueh "] +documentation = "https://code.simaek.com/xueye/docker-tags/src/branch/main/README.md" edition = "2021" -description = "List all tags for a Docker image on a remote registry" -authors = ["Yezzi Hsueh"] +exclude = [] +keywords = ["docker"] license = "MIT" +readme = "README.md" +repository = "https://code.simaek.com/xueye/docker-tags" +description = "List all tags for a Docker image on a remote registry" +rust-version = "1.75" [dependencies] reqwest = { version = "0.11.23", features = ["blocking"] }