summaryrefslogtreecommitdiff
path: root/systems/workspace/Cargo.toml
blob: c60137013716ce504e6dd4c15a1e858fee9abd98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "workspace_system"
edition = "2024"
version.workspace = true

[dependencies]
asset_system = { path = "../_asset" }
config_system = { path = "../_config" }
constants = { path = "../_constants" }
framework = { path = "../_framework" }
sheet_system = { path = "../sheet" }

serde.workspace = true
thiserror.workspace = true
tokio.workspace = true