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

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

tokio.workspace = true