mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-15 00:00:03 +03:00
11 lines
139 B
TOML
11 lines
139 B
TOML
[package]
|
|
name = "mocks1"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mockall = "0.11.4"
|
|
|
|
[[bin]]
|
|
name = "mocks1"
|
|
path = "mocks1.rs" |