blob: da8de9a7fe200d0d19a2d15383e473a7ac135334 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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"
[dependencies]
paste = "1.0.12"
|