aboutsummaryrefslogtreecommitdiff
path: root/test_util_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test_util_macros/Cargo.toml')
-rw-r--r--test_util_macros/Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/test_util_macros/Cargo.toml b/test_util_macros/Cargo.toml
deleted file mode 100644
index 8848961..0000000
--- a/test_util_macros/Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[package]
-name = "test_util_macros"
-version = "0.1.0"
-edition = "2021"
-
-[lib]
-proc_macro = true
-
-[dependencies]
-syn = { version = "1.0.96", features = ["full"] }
-quote = "1.0.18"