mirror of
https://git.sr.ht/~nixgoat/vento
synced 2024-11-16 03:53:04 +00:00
Lux Aliaga
a3894ab02a
You can now take files and put them in your inventory! An essential function of this program that should've been implemented from the beginning!
12 lines
226 B
TOML
12 lines
226 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"
|
|
fs_extra = "1.2.0"
|