rust-archlinux-update/Cargo.toml

11 lines
226 B
TOML
Raw Normal View History

2024-04-24 05:11:12 +00:00
[package]
name = "rust-archlinux-update"
version = "1.0.0"
2024-04-24 05:11:12 +00:00
edition = "2021"
2024-04-30 17:20:01 +00:00
license = "GPL-3"
2024-04-24 05:11:12 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-04-24 05:57:45 +00:00
colored = "2.1.0"