2022-09-14 12:36:34 +00:00
|
|
|
[package]
|
|
|
|
name = "vento"
|
2022-09-20 01:25:34 +00:00
|
|
|
version = "1.0.0"
|
2022-09-14 12:36:34 +00:00
|
|
|
edition = "2021"
|
2022-09-20 01:25:34 +00:00
|
|
|
readme = "README.md"
|
2022-09-14 12:36:34 +00:00
|
|
|
|
2022-09-20 01:25:34 +00:00
|
|
|
description = "A CLI inventory for your files"
|
|
|
|
authors = ["Lux Aliaga <they@mint.lgbt>"]
|
|
|
|
repository = "https://codeberg.org/nixgoat/vento"
|
|
|
|
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
keywords = ["utility", "file-manager", "inventory"]
|
|
|
|
categories = ["command-line-utilities", "filesystem"]
|
2022-09-14 12:36:34 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dirs = "4.0.0"
|
|
|
|
colored = "2.0.0"
|
2022-09-15 02:20:17 +00:00
|
|
|
fs_extra = "1.2.0"
|
2022-09-17 20:42:17 +00:00
|
|
|
anyhow = "1.0.65"
|
2022-09-20 01:25:34 +00:00
|
|
|
size_format = "1.0.2"
|
|
|
|
clap = "3.2.22"
|
|
|
|
clap_mangen = "0.1.11"
|