blob: c394bb308195414e21e355dfbf3d39f853425cc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "workspace_system"
edition = "2024"
version.workspace = true
[dependencies]
asset_system = { path = "../_asset" }
config_system = { path = "../_config" }
constants = { path = "../_constants" }
framework = { path = "../_framework" }
serde.workspace = true
thiserror.workspace = true
tokio.workspace = true
|