mirror of
https://git.sr.ht/~nixgoat/vento
synced 2024-11-16 03:53:04 +00:00
Lux Aliaga
282a358f6e
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.
11 lines
207 B
TOML
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"
|