wipe/Cargo.toml

20 lines
435 B
TOML
Raw Permalink Normal View History

2022-04-02 08:05:49 -07:00
[package]
name = "wipe"
2022-12-29 07:37:56 -08:00
version = "2.1.1"
2022-04-02 08:05:49 -07:00
edition = "2021"
2022-08-04 09:13:36 -07:00
description = "Wipe the content of your terminal."
2022-04-02 08:15:03 -07:00
license = "MIT"
repository = "https://github.com/ricoriedel/wipe"
2022-08-06 07:14:37 -07:00
authors = ["Rico Riedel <rico.riedel@protonmail.ch>"]
2022-07-29 05:50:04 -07:00
[dependencies]
2022-12-29 07:37:07 -08:00
clap = { version = "4.0", features = ["derive"] }
2023-03-26 09:40:48 -07:00
crossterm = "0.26"
2022-12-29 07:37:07 -08:00
ctrlc = "3.2"
cancellation = "0.1"
2022-07-31 08:35:49 -07:00
derive_more = "0.99"
2022-08-03 08:33:15 -07:00
rand = "0.8"
2022-07-29 05:50:04 -07:00
[dev-dependencies]
2022-07-29 06:49:16 -07:00
mockall = "0.11"
approx = "0.5"