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