wipe/Cargo.toml
2022-04-09 17:19:03 +02:00

15 lines
339 B
TOML

[package]
name = "wipe"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Wipe your terminal with a random animation."
repository = "https://github.com/ricoriedel/wipe"
authors = ["Rico Riedel"]
[dependencies]
anyhow = "1.0"
clap = { version = "3.1", features = ["derive"]}
crossterm = "0.23"
rand = "0.8"
mockall = "0.11"