diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" } |