summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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" }