diff options
Diffstat (limited to 'systems/asset/test/Cargo.toml')
| -rw-r--r-- | systems/asset/test/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systems/asset/test/Cargo.toml b/systems/asset/test/Cargo.toml new file mode 100644 index 0000000..07c6282 --- /dev/null +++ b/systems/asset/test/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "asset_test" +version.workspace = true +edition = "2024" + +[dependencies] +asset = { path = "../" } + +tokio = { version = "1.48.0", features = ["full"] } |
