From 6a8fb450b5ac3e365455abe783757b7376bd1b08 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 12 Nov 2022 20:21:21 +0100 Subject: test: replace the test_util_macros crate with utility-macros --- test_util_macros/Cargo.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test_util_macros/Cargo.toml (limited to 'test_util_macros/Cargo.toml') 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" -- cgit v1.2.3-18-g5258