dotfiles/agent/Cargo.toml
2023-07-01 12:21:01 +03:00

20 lines
553 B
TOML

[package]
name = "prymn_agent"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.9" }
libc = "0.2.147"
prost = "0.11.9"
reqwest = { version = "0.11.18", features = ["blocking"] }
sysinfo = { version = "0.29.2", default-features = false }
tokio = { version = "1.28.2", features = ["rt-multi-thread", "io-util", "process", "macros", "signal"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
tonic = "0.9.2"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
[build-dependencies]
tonic-build = "0.9.2"