2022-04-02 15:05:49 +00:00
|
|
|
[package]
|
|
|
|
name = "wipe"
|
2022-11-23 19:18:11 +00:00
|
|
|
version = "2.1.0"
|
2022-04-02 15:05:49 +00:00
|
|
|
edition = "2021"
|
2022-08-04 16:13:36 +00:00
|
|
|
description = "Wipe the content of your terminal."
|
2022-04-02 15:15:03 +00:00
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/ricoriedel/wipe"
|
2022-08-06 14:14:37 +00:00
|
|
|
authors = ["Rico Riedel <rico.riedel@protonmail.ch>"]
|
2022-07-29 12:50:04 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-12-29 15:37:07 +00:00
|
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
|
|
crossterm = "0.25"
|
|
|
|
ctrlc = "3.2"
|
|
|
|
cancellation = "0.1"
|
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"
|