forked from lavina/lavina
1
0
Fork 0
lavina/crates/sim-irc/Cargo.toml

19 lines
460 B
TOML

[package]
name = "sim-irc"
edition = "2021"
version.workspace = true
[dependencies]
proto-irc = { path = "../proto-irc" }
mgmt-api = { path = "../mgmt-api" }
clap.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
rand = "0.8.5"
tokio.workspace = true
anyhow.workspace = true
hyper = { version = "1.0.0-rc.3,<1.0.0-rc.4", features = ["client", "http1"] }
http-body-util.workspace = true
serde.workspace = true
serde_json = "1.0.93"