wk-cpu-graph/Cargo.toml
2025-04-06 19:11:39 -07:00

12 lines
248 B
TOML

[package]
name = "wk-cpu-graph"
authors = ["2Shirt <2xShirt@gmail.com>"]
license = "GPL"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.40"
plotters = "0.3.7"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.8.20"