diff options
| author | a14m <[email protected]> | 2021-04-02 00:33:06 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-02 00:33:06 +0200 |
| commit | 3f4cc21ab80f633ae6fc63e10a6216114d235a38 (patch) | |
| tree | d791608c75a9f42a446df0a04b69e987cc4ecb17 /CLI/rust/Cargo.toml | |
| parent | b7788a4480db02d7fb326626bca531bbe178b89e (diff) | |
Add mocktopus for mocking in tests
Diffstat (limited to 'CLI/rust/Cargo.toml')
| -rw-r--r-- | CLI/rust/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index a1a824c..faac33f 100644 --- a/CLI/rust/Cargo.toml +++ b/CLI/rust/Cargo.toml @@ -7,3 +7,6 @@ edition = "2018" [dependencies] clap = { version = "3.0.0-beta.2", features = ["wrap_help"] } terminal_size = "0.1.16" + +[dev-dependencies] +mocktopus = "^0.7.0" |
