Add the repository field to Cargo.toml

This commit is contained in:
Gábor Szabó 2024-05-10 22:12:03 +03:00 committed by GitHub
parent cb3551dcd4
commit c44dd269dd
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
license = "AGPL-3.0"
description = "Macros for the chorus crate."
repository = "https://github.com/polyphony-chat/chorus"
[lib]
proc-macro = true