chore: update package description

This commit is contained in:
椰子 2024-01-19 19:45:23 +08:00
parent ff6d05643a
commit 86f047f047

View File

@ -1,10 +1,16 @@
[package]
name = "dockertags"
version = "0.1.0"
authors = ["Yezzi Hsueh <xueye404@gmail.com>"]
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"] }