mirror of
https://git.sr.ht/~nixgoat/vento
synced 2024-11-16 12:02:49 +00:00
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"
|