summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d98e151905884fe0825c1bd7544da5abda409c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ridicule"
version = "0.2.0"
edition = "2021"
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]
predicates = "3.0.1"
ridicule-macros = { version = "0.2.0", path = "./macros" }