From 9bbb5eb14aa54fea87d55c25e5117c6202776359 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 30 Jun 2026 22:34:12 +0800 Subject: Released Mingling 0.2.0 --- mingling_pathf/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_pathf') diff --git a/mingling_pathf/Cargo.toml b/mingling_pathf/Cargo.toml index 84bb260..0d4e37a 100644 --- a/mingling_pathf/Cargo.toml +++ b/mingling_pathf/Cargo.toml @@ -2,8 +2,11 @@ name = "mingling_pathf" version.workspace = true edition.workspace = true +authors = ["Weicao-CatilGrass"] license.workspace = true repository.workspace = true +readme = "README.md" +description = "A library for automatically finding internal types generated by Mingling" [dependencies] syn.workspace = true -- cgit