From c48271aef7e6b0819c497f302127c161845a83d7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 18 Mar 2023 17:14:42 +0100 Subject: refactor: rewrite the mock macro as a procedural macro --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index da8de9a..8edf1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,8 @@ license = "MIT OR Apache-2.0" description = "Rust mocking library supporting non-static function generics" repository = "https://git.hampusmat.com/ridicule" +[workspace] +members = ["macros"] + [dependencies] -paste = "1.0.12" +ridicule-macros = { path = "./macros" } -- cgit v1.2.3-18-g5258