summaryrefslogtreecommitdiff
path: root/systems/sheet/Cargo.toml
blob: 99cc7c774003301ed84cf4e1694236296b311cd9 (plain)
1
2
3
4
5
6
7
8
[package]
name = "sheet_system"
edition = "2024"
version.workspace = true

[dependencies]
sheet_system_macros = { path = "macros" }
asset_system = { path = "../_asset" }