mirror of
https://github.com/moghtech/komodo.git
synced 2026-02-12 23:18:38 -06:00
15 lines
381 B
TOML
15 lines
381 B
TOML
[package]
|
|
name = "monitor-periphery"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.21", features = ["full"] }
|
|
axum = { version = "0.5" }
|
|
tower = { version = "0.4", features = ["full"] }
|
|
dotenv = "0.15"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0" |