summaryrefslogtreecommitdiff
path: root/mingling_macros/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-29 14:59:56 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-29 14:59:56 +0800
commit338361a8fca469745454e0f067c93739542d4ff0 (patch)
tree80c472721793944eadd3127bdca727e0118af202 /mingling_macros/Cargo.toml
parentaaa9001d99b7846da0cd40afca06e7c457e711d6 (diff)
Add repository URL to Cargo.toml files
Diffstat (limited to 'mingling_macros/Cargo.toml')
-rw-r--r--mingling_macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml
index 50fe0ec..f99e274 100644
--- a/mingling_macros/Cargo.toml
+++ b/mingling_macros/Cargo.toml
@@ -3,6 +3,7 @@ name = "mingling_macros"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
+repository = "https://github.com/catilgrass/mingling"
[lib]
proc-macro = true