vaporise/Cargo.toml

17 lines
389 B
TOML
Raw Normal View History

2024-03-13 19:27:25 +00:00
[package]
name = "vaporise"
2024-03-14 19:20:28 +00:00
version = "0.2.1"
2024-03-13 19:27:25 +00:00
edition = "2021"
2024-03-13 20:23:48 +00:00
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust."
readme = "README.md"
license = "MIT"
2024-03-13 19:27:25 +00:00
[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
colored = "2.1.0"
[[bin]]
name = "vpr"
path = "src/main.rs"