diff options
Diffstat (limited to 'systems/sheet/Cargo.toml')
| -rw-r--r-- | systems/sheet/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml index 99cc7c7..074f511 100644 --- a/systems/sheet/Cargo.toml +++ b/systems/sheet/Cargo.toml @@ -4,5 +4,16 @@ edition = "2024" version.workspace = true [dependencies] +hex_display = { path = "../../utils/hex_display" } + +constants = { path = "../_constants" } sheet_system_macros = { path = "macros" } asset_system = { path = "../_asset" } + +tokio = { version = "1.48", features = ["full"] } + +thiserror = "1.0.69" +just_fmt = "0.1" + +memmap2 = "0.9" +sha2 = "0.10.8" |
