Files
waterfall/Cargo.toml
T
Kinesin Data Technologies Incorporated 811057ecad Pass three with right-half intervals
2022-09-28 21:06:18 -03:00

20 lines
597 B
TOML

[package]
name = "waterfall"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
chrono-tz = { version = "0.6", features = ["serde"] }
futures = "0.3"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
users = { version = "0.11", optional = true }
psutil = { version = "3.2", features = ["process"] }
sysinfo = "0.23"