[package] name = "asset_system" edition = "2024" version.workspace = true [dependencies] just_fmt = "0.1" asset_macros = { path = "macros" } tokio = { version = "1.48.0", features = ["full"] } thiserror = "1.0.69" winapi = { version = "0.3", features = ["winnt"] } constants = { path = "../_constants" }