From 009ba9b24770385a1f68cf839b50d2a014157dcd Mon Sep 17 00:00:00 2001 From: Azalea 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"