diff options
Diffstat (limited to 'systems/sheet/Cargo.toml')
| -rw-r--r-- | systems/sheet/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml index 5296bf8..7a20b47 100644 --- a/systems/sheet/Cargo.toml +++ b/systems/sheet/Cargo.toml @@ -6,9 +6,9 @@ version.workspace = true [dependencies] hex_display = { path = "../../utils/hex_display" } +asset_system = { path = "../_asset" } constants = { path = "../_constants" } sheet_system_macros = { path = "macros" } -asset_system = { path = "../_asset" } serde.workspace = true tokio.workspace = true |
