diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 13:59:48 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 13:59:48 +0800 |
| commit | 8ff10738ef27cfb22cd1dc7a9cc905ed2b178b97 (patch) | |
| tree | d463833846248410733e196a0939c59cd67ca8a2 /Cargo.toml | |
| parent | 8f526857e5d101bf92818e70aa8b399bcfd53e21 (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,10 +1,15 @@ [package] name = "might_be_async" +authors = ["Weicao-CatilGrass"] version = "0.1.0" edition = "2024" license = "MIT OR Apache-2.0" +readme = "README.md" 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 |
