2022-04-02 15:05:49 +00:00
|
|
|
[package]
|
|
|
|
name = "wipe"
|
2022-07-24 08:22:40 +00:00
|
|
|
version = "2.0.0"
|
2022-04-02 15:05:49 +00:00
|
|
|
edition = "2021"
|
2022-04-02 15:15:03 +00:00
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/ricoriedel/wipe"
|
2022-07-29 12:50:04 +00:00
|
|
|
authors = ["Rico Riedel"]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-03 15:33:15 +00:00
|
|
|
clap = { version = "3.2", features = ["derive"] }
|
2022-07-29 12:50:04 +00:00
|
|
|
crossterm = "0.24"
|
2022-07-31 15:35:49 +00:00
|
|
|
derive_more = "0.99"
|
2022-08-03 15:33:15 +00:00
|
|
|
rand = "0.8"
|
2022-07-29 12:50:04 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-07-29 13:49:16 +00:00
|
|
|
mockall = "0.11"
|
|
|
|
approx = "0.5"
|