forked from github-starred/komodo
16 lines
444 B
TOML
16 lines
444 B
TOML
[package]
|
|
name = "periphery_client"
|
|
version = "0.2.14"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
types = { package = "monitor_types", path = "../types" }
|
|
tokio-tungstenite = { version = "0.18", features=["native-tls"] }
|
|
tokio = "1.25"
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
anyhow = "1.0"
|
|
futures-util = "0.3" |