diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-18 17:14:42 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-18 17:15:30 +0100 |
commit | c48271aef7e6b0819c497f302127c161845a83d7 (patch) | |
tree | a18d7b5fc8e017b4b7e0917a55534b28a01fe57d /Cargo.toml | |
parent | 2ca8017deebe7bfe5aac368aead777a2c4910ca2 (diff) |
refactor: rewrite the mock macro as a procedural macro
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" } |