13 lines
297 B
TOML
13 lines
297 B
TOML
[package]
|
|
name = "wk-graph"
|
|
authors = ["2Shirt <2xShirt@gmail.com>"]
|
|
license = "GPL"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.40"
|
|
clap = { version = "4.5.40", features = ["derive"] }
|
|
plotters = "0.3.7"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
toml = "0.8.20"
|