mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-04 23:26:41 +00:00
18 lines
372 B
TOML
18 lines
372 B
TOML
[package]
|
|
name = "wipe"
|
|
version = "2.0.0"
|
|
edition = "2021"
|
|
description = "Wipe the content of your terminal."
|
|
license = "MIT"
|
|
repository = "https://github.com/ricoriedel/wipe"
|
|
authors = ["Rico Riedel"]
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2", features = ["derive"] }
|
|
crossterm = "0.24"
|
|
derive_more = "0.99"
|
|
rand = "0.8"
|
|
|
|
[dev-dependencies]
|
|
mockall = "0.11"
|
|
approx = "0.5" |