oxidefetch/Cargo.toml
2023-01-04 14:17:52 -05:00

15 lines
291 B
TOML

[package]
name = "oxidefetch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.23"
colored = "2.0.0"
quoted-string = "0.6.1"
sys-info = "0.9.1"
time = "0.3.17"
users = "0.11.0"