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

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