diff options
Diffstat (limited to 'systems/_asset/Cargo.toml')
| -rw-r--r-- | systems/_asset/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/systems/_asset/Cargo.toml b/systems/_asset/Cargo.toml index 12ac59c..c7586f6 100644 --- a/systems/_asset/Cargo.toml +++ b/systems/_asset/Cargo.toml @@ -4,12 +4,12 @@ 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" } + +just_fmt.workspace = true +thiserror.workspace = true +tokio.workspace = true + +winapi = { version = "0.3", features = ["winnt"] } |
