summaryrefslogtreecommitdiff
path: root/systems/sheet/Cargo.toml
blob: 33d17dc3c2acf83baaa4047ce0490c8c3fdb12b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "sheet_system"
edition = "2024"
version.workspace = true

[dependencies]
hex_display = { path = "../../utils/hex_display" }

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"

memmap2 = "0.9"
sha2 = "0.10"