From 86f047f04726f7ab696a92c29c11ccd4de930513 Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Fri, 19 Jan 2024 19:45:23 +0800 Subject: [PATCH] chore: update package description --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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"] }