chore: update package description
This commit is contained in:
parent
ff6d05643a
commit
86f047f047
10
Cargo.toml
10
Cargo.toml
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user