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 /Cargo.toml | |
| parent | 8b38e22525adcafecd8b50daf041a1dc2d672d0b (diff) | |
Consolidate dependencies using workspace inheritance
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -57,6 +57,16 @@ members = [ [workspace.package] version = "0.1.0" +[workspace.dependencies] +just_fmt = "0.1.2" +proc-macro2 = "1.0" +quote = "1.0" +regex = "1.12" +serde = { version = "1", features = ["derive"] } +syn = { version = "2.0", features = ["full", "extra-traits"] } +thiserror = "2" +tokio = { version = "1.50", features = ["full"] } + [profile.dev] opt-level = 0 debug = true |
