summaryrefslogtreecommitdiff
path: root/systems/_asset/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_asset/Cargo.toml')
-rw-r--r--systems/_asset/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/systems/_asset/Cargo.toml b/systems/_asset/Cargo.toml
new file mode 100644
index 0000000..5e86bbd
--- /dev/null
+++ b/systems/_asset/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "asset_system"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+string_proc = { path = "../../utils/string_proc" }
+
+asset_macros = { path = "macros" }
+tokio = { version = "1.48.0", features = ["full"] }
+thiserror = "1.0.69"
+
+winapi = { version = "0.3", features = ["winnt"] }
+
+constants = { path = "../_constants" }