CAI-Watchdog/Cargo.toml
2025-01-28 01:23:23 +03:00

21 lines
499 B
TOML

[package]
name = "cai-watchdog"
version = "0.9.0"
authors = ["Alexander I. Chebykin <alex.chebykin@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
file-utils = "0.1.5"
chrono = "0.4.31"
# Sync
#reqwest = { version = "0.11", features = ["blocking"] }
# Async
reqwest = "0.12.12"
tokio = { version = "1.34.0", features = ["full"] }
ini = "1.3.0"
exitcode = "1.1.2"
sysinfo = "0.33.1"
sys-locale = "0.3.1"