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/_framework | |
| parent | 8b38e22525adcafecd8b50daf041a1dc2d672d0b (diff) | |
Consolidate dependencies using workspace inheritance
Diffstat (limited to 'systems/_framework')
| -rw-r--r-- | systems/_framework/Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/systems/_framework/Cargo.toml b/systems/_framework/Cargo.toml index 286aec8..663b7be 100644 --- a/systems/_framework/Cargo.toml +++ b/systems/_framework/Cargo.toml @@ -4,7 +4,6 @@ edition = "2024" version.workspace = true [dependencies] -tokio = { version = "1.50", features = ["fs"] } -thiserror = "2" - -just_fmt = "0.1.2" +just_fmt.workspace = true +thiserror.workspace = true +tokio.workspace = true |
