diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-11 21:44:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-11 21:44:05 +0800 |
| commit | 762e3119401fbee25ec18fee2ff220d9b12d48e8 (patch) | |
| tree | 26dee88ae37f7d184b693a1a97dad0c89fd0db66 /systems/_asset/test/Cargo.toml | |
| parent | 2f10e0d94c61916dd36a03df2576223b135b6ccd (diff) | |
Add sheet system and reorganize workspace
- Add new "sheet" crate to workspace
- Rename "systems/asset" to "systems/_asset"
- Reorder workspace members and dependencies for clarity
- Update constants with new paths for auth and rules
- Add conditional compilation for system module
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..3ac0779 --- /dev/null +++ b/systems/_asset/test/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "asset_test" +version.workspace = true +edition = "2024" + +[dependencies] +asset_system = { path = "../" } + +tokio = { version = "1.48.0", features = ["full"] } |
