From 082a51bc752f234e132c6a6037d05fc136fde74a Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Sun, 14 May 2023 14:44:52 -0700 Subject: [PATCH] Update package metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09fd522..0218644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,10 @@ [package] +authors = ["Richard Cook"] +description = "Metadirectory repositories" +homepage = "https://github.com/rcook/joat-repo-rs/" +license = "MIT" name = "joat-repo" -version = "0.1.0" +version = "0.0.0" edition = "2021" [features]