wipe/Cargo.toml

12 lines
281 B
TOML
Raw Normal View History

2022-04-02 15:05:49 +00:00
[package]
name = "wipe"
version = "0.1.0"
edition = "2021"
2022-04-02 15:15:03 +00:00
license = "MIT"
description = "Wipe your terminal with a random animation."
repository = "https://github.com/ricoriedel/wipe"
2022-04-02 15:05:49 +00:00
[dependencies]
2022-04-02 15:19:48 +00:00
clap = { version = "3.1", features = ["derive"]}
crossterm = "0.23"
rand = "0.8"