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/sheet/Cargo.toml | |
| parent | 8b38e22525adcafecd8b50daf041a1dc2d672d0b (diff) | |
Consolidate dependencies using workspace inheritance
Diffstat (limited to 'systems/sheet/Cargo.toml')
| -rw-r--r-- | systems/sheet/Cargo.toml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml index 33d17dc..5296bf8 100644 --- a/systems/sheet/Cargo.toml +++ b/systems/sheet/Cargo.toml @@ -10,12 +10,10 @@ constants = { path = "../_constants" } sheet_system_macros = { path = "macros" } asset_system = { path = "../_asset" } -serde = { version = "1", features = ["derive"] } - -tokio = { version = "1.50", features = ["full"] } - -thiserror = "2" -just_fmt = "0.1.2" +serde.workspace = true +tokio.workspace = true +thiserror.workspace = true +just_fmt.workspace = true memmap2 = "0.9" sha2 = "0.10" |
