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