diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-15 22:02:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-15 22:06:13 +0800 |
| commit | a2eefa6abb7b7b86ab78466bf5abc4877d255d79 (patch) | |
| tree | 56cf44b58fe929a4e1e6444ecafe3fe8912b0653 /mingling_macros/Cargo.toml | |
| parent | 18c5c3fd34ceb8a1631f7766b69e407cf92e1a09 (diff) | |
Add workspace Cargo.toml and centralize crate metadata
Diffstat (limited to 'mingling_macros/Cargo.toml')
| -rw-r--r-- | mingling_macros/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index 37027ab..1464d54 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "mingling_macros" -version = "0.1.8" -edition = "2024" -license = "MIT OR Apache-2.0" -repository = "https://github.com/catilgrass/mingling" +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true description = "Macros of the mingling library" [lib] @@ -21,9 +21,9 @@ general_renderer = [] repl = [] [dependencies] -syn = { version = "2.0", features = ["full", "visit-mut"] } -quote = "1.0" -proc-macro2 = "1.0" +syn.workspace = true +quote.workspace = true +proc-macro2.workspace = true -just_fmt = "0.1.2" -once_cell = "1.21" +just_fmt.workspace = true +once_cell.workspace = true |
