This repository has been archived on 2024-09-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
host-mon/Cargo.toml
2021-12-19 18:10:16 +08:00

12 lines
267 B
TOML

[package]
name = "host-mon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.11.7"
tokio = { version = "1.15.0", features = ["full"] }
sysinfo = "0.22.2"