forked from lavina/lavina
16 lines
338 B
TOML
16 lines
338 B
TOML
|
[package]
|
||
|
name = "projection-irc"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
lavina-core.workspace = true
|
||
|
tracing.workspace = true
|
||
|
anyhow.workspace = true
|
||
|
nonempty.workspace = true
|
||
|
serde.workspace = true
|
||
|
tokio.workspace = true
|
||
|
prometheus.workspace = true
|
||
|
proto-irc = { path = "../proto-irc" }
|
||
|
futures-util.workspace = true
|