mirror of
https://git.sr.ht/~nixgoat/vento
synced 2024-11-16 03:53:04 +00:00
Lux Aliaga
c2e276c6e2
To demessify the project I've decided to clean the code a bit and make it a little less painful to see. The main change here is that instead of defining every single time the active and inactive directories it calls it from a vector in common.rs, which is cleaner and allows for easily implementing a config file to customize those values later on. Also, version bump!
12 lines
226 B
TOML
12 lines
226 B
TOML
[package]
|
|
name = "vento"
|
|
version = "0.2.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"
|
|
fs_extra = "1.2.0"
|