Update metadata in Cargo.toml

This commit is contained in:
Anthony Oteri
2023-09-26 21:56:28 -04:00
parent cd4220cc05
commit 572416d3fa
+15
View File
@@ -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