From c828d1283e494da45424c4c26252ba1097f2293d Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sun, 10 May 2026 05:46:50 +0000 Subject: [PATCH] [U] info --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f937bb4..9d49a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "refray" version = "0.1.0" edition = "2024" +authors = ["Azalea"] +description = "∞-way read-write git mirroring tool" +readme = "README.md" +repository = "https://github.com/MaigoLabs/refray" +license = "MIT" [dependencies] anyhow = "1.0"