osupdater/Cargo.toml

13 lines
296 B
TOML
Raw Permalink Normal View History

2024-06-12 20:29:56 -05:00
[package]
name = "osupdater"
2024-12-25 22:23:36 -06:00
version = "0.9.1"
2024-06-12 20:29:56 -05:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.18", features = ["cargo", "derive"] }
2024-06-12 20:29:56 -05:00
color-print = "0.3.5"
serde = "1.0.217"
toml = "0.8.19"