From 109c114ab0a31b785c49895a3e124ad4df7f5eda Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 20 Aug 2026 22:34:36 -0400 Subject: [PATCH] Update Cargo metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 740900e..23d80aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "kalandra" version = "0.1.0" -edition = "2024" description = "Mirror your Git repositories." +repository = "https://tangled.org/maxdeviant.com/kalandra" +categories = ["command-line-utilities", "development-tools"] +keywords = ["git", "mirror", "backup", "s3", "r2"] +authors = ["Marshall Bowers "] license = "MIT" +edition = "2024" [dependencies] anyhow = "1" -- 2.51.2