mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-04 23:26:41 +00:00
13 lines
222 B
TOML
13 lines
222 B
TOML
[package]
|
|
name = "wipe"
|
|
version = "2.0.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/ricoriedel/wipe"
|
|
authors = ["Rico Riedel"]
|
|
|
|
[dependencies]
|
|
crossterm = "0.24"
|
|
|
|
[dev-dependencies]
|
|
mockall = "0.11" |