dotfiles/agent/Cargo.toml

14 lines
344 B
TOML
Raw Normal View History

2023-06-13 13:02:49 +00:00
[package]
name = "prymn_agent"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-01-24 23:18:30 +00:00
anyhow = "1.0.79"
async-nats = "0.33.0"
serde_json = "1.0.111"
tokio = { version = "1.35.1", features = ["full"] }
tokio-stream = { version = "0.1.14", default-features = false }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }