aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-11-11 22:52:30 +0100
committerHampusM <hampus@hampusmat.com>2022-11-11 22:52:30 +0100
commit7793779ce197fa0c917d0ef312bfa9bcfcb64790 (patch)
treed63d99d659e575fe6d833d95b58503b6cb39293f /macros/Cargo.toml
parentde5aca66532272a84aeb04cac02bd25bb7afc414 (diff)
test: add unit test for create_caster_fn_ident
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index a2ed87b..2434028 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -33,3 +33,4 @@ syrette = { version = "0.4.1", path = ".." }
mockall = "0.11.1"
pretty_assertions = "1.3.0"
syn = { version = "1.0.96", features = ["full", "extra-traits"] }
+test_util_macros = { path = "../test_util_macros" }