From f8fad36610c739861177feb236229ac786a6ed74 Mon Sep 17 00:00:00 2001 From: zyl Date: Tue, 8 Oct 2024 16:41:21 -0700 Subject: [PATCH] add cargo info --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 63f6bbd..2683e10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] +description = "utility to update remote and local systems" edition = "2021" +homepage = "https://github.com/zyllian/pupdate" license = "WTFPL" name = "pupdate" +readme = "README.md" +repository = "https://github.com/zyllian/pupdate" version = "0.1.0" [dependencies]