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

[dependencies]
string_proc = { path = "../../utils/string_proc" }

asset_macros = { path = "macros" }
tokio = { version = "1.48.0", features = ["full"] }
thiserror = "1.0.69"

winapi = { version = "0.3", features = ["winnt"] }

constants = { path = "../_constants" }