aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-23 14:09:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-23 14:09:52 +0800
commited3ae753c2e406c8996fea745ba0f8789d591e7e (patch)
tree3c7ea3fbd9fbbcf7f25ef8e8b8c053e9797aa497
parent68a652ed2f51d366bb8033497e6dfe545895410e (diff)
fix: Remove duplicate `repository` field from Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0b3a36..b0c68c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,6 @@ repository = "https://github.com/catilgrass/might_be_async"
description = "A proc macro that gen both async & sync fn, toggle via feature flag."
keywords = ["async", "proc-macro", "macro"]
categories = ["development-tools"]
-repository = "https://github.com/catilgrass/might_be_async"
[lib]
proc-macro = true