summaryrefslogtreecommitdiff
path: root/systems/asset/test/Cargo.toml
blob: 3ac07790a7d444aaa4e4fb443b9ec2d38f9bf225 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "asset_test"
version.workspace = true
edition = "2024"

[dependencies]
asset_system = { path = "../" }

tokio = { version = "1.48.0", features = ["full"] }