mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Update metadata in Cargo.toml
This commit is contained in:
+15
@@ -2,6 +2,21 @@
|
|||||||
name = "dredge"
|
name = "dredge"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Anthony Oteri"]
|
||||||
|
description = "A Command Line tool for interracting with the Docker Registry API"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/anthonyoteri/dredge"
|
||||||
|
rust-version = "1.72"
|
||||||
|
license-file = "LICENSE"
|
||||||
|
keywords = [
|
||||||
|
"docker",
|
||||||
|
"registry",
|
||||||
|
"cli",
|
||||||
|
]
|
||||||
|
categories = [
|
||||||
|
"command-line-utilities",
|
||||||
|
"api-bindings",
|
||||||
|
]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user