1
0
Fork 0
mirror of https://git.sr.ht/~nixgoat/vento synced 2024-09-28 04:58:55 +00:00
vento/Cargo.toml
Lux Aliaga 282a358f6e vento: Imported changes to Git
Since I didn't work on the initial part of the project on Git, I guess
I'll just do a big commit with all of what I did. This includes the
inventory management commands "list" and "switch", plus the command to
initialize Vento.
2022-09-14 09:36:34 -03:00

11 lines
207 B
TOML

[package]
name = "vento"
version = "0.1.0"
edition = "2021"
# 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"