aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parentde5aca66532272a84aeb04cac02bd25bb7afc414 (diff)
test: add unit test for create_caster_fn_ident
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 088bc01..9bf4a0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,6 +60,7 @@ tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread", "time"] }
[workspace]
members = [
"macros",
- "examples/with-3rd-party/third-party-lib"
+ "test_util_macros",
+ "examples/with-3rd-party/third-party-lib",
]