mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-04 15:16:40 +00:00
12 lines
281 B
TOML
12 lines
281 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"
|
|
|
|
[dependencies]
|
|
clap = { version = "3.1", features = ["derive"]}
|
|
crossterm = "0.23"
|
|
rand = "0.8" |