diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-11 16:04:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-11 16:04:59 +0800 |
| commit | 794316c6e925097ef6b87693b4a610b4563309e6 (patch) | |
| tree | 2d5ecf39e7311aa404d80bb7487eeaf80143ae1a /systems/_constants/macros/Cargo.toml | |
| parent | 8b38e22525adcafecd8b50daf041a1dc2d672d0b (diff) | |
Consolidate dependencies using workspace inheritance
Diffstat (limited to 'systems/_constants/macros/Cargo.toml')
| -rw-r--r-- | systems/_constants/macros/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/systems/_constants/macros/Cargo.toml b/systems/_constants/macros/Cargo.toml index 1b1012b..22eff88 100644 --- a/systems/_constants/macros/Cargo.toml +++ b/systems/_constants/macros/Cargo.toml @@ -7,8 +7,8 @@ edition = "2024" proc-macro = true [dependencies] -syn = { version = "2.0", features = ["full", "extra-traits"] } -quote = "1.0" -proc-macro2 = "1.0" -regex = "1.12" -just_fmt = "0.1" +just_fmt.workspace = true +proc-macro2.workspace = true +quote.workspace = true +regex.workspace = true +syn.workspace = true |
