summaryrefslogtreecommitdiff
path: root/systems/asset/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/asset/macros/Cargo.toml')
-rw-r--r--systems/asset/macros/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/systems/asset/macros/Cargo.toml b/systems/asset/macros/Cargo.toml
deleted file mode 100644
index d4142f2..0000000
--- a/systems/asset/macros/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "asset_macros"
-version.workspace = true
-edition = "2024"
-
-[lib]
-proc-macro = true
-
-[dependencies]
-string_proc = { path = "../../../utils/string_proc" }
-syn = { version = "2.0", features = ["full", "extra-traits"] }
-quote = "1.0"
-proc-macro2 = "1.0"