From 7793779ce197fa0c917d0ef312bfa9bcfcb64790 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 11 Nov 2022 22:52:30 +0100 Subject: test: add unit test for create_caster_fn_ident --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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", ] -- cgit v1.2.3-18-g5258