Pass three with right-half intervals
This commit is contained in:
+19
@@ -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"
|
||||
Reference in New Issue
Block a user