diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 14:09:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 14:09:52 +0800 |
| commit | ed3ae753c2e406c8996fea745ba0f8789d591e7e (patch) | |
| tree | 3c7ea3fbd9fbbcf7f25ef8e8b8c053e9797aa497 /Cargo.toml | |
| parent | 68a652ed2f51d366bb8033497e6dfe545895410e (diff) | |
fix: Remove duplicate `repository` field from Cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
