From 8ff10738ef27cfb22cd1dc7a9cc905ed2b178b97 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 13:59:48 +0800 Subject: 65 --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5bcc9d6..c0b3a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit