wipe/Cargo.toml

13 lines
296 B
TOML
Raw Normal View History

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