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"