mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00: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" |