Pass three with right-half intervals

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-09-28 21:06:18 -03:00
commit 811057ecad
9 changed files with 1510 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[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"