28 lines
629 B
TOML
28 lines
629 B
TOML
[package]
|
|
name = "nym-connection-monitor"
|
|
version = "1.18.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
bincode.workspace = true
|
|
bytes.workspace = true
|
|
futures.workspace = true
|
|
nym-config = { workspace = true }
|
|
nym-common = { workspace = true }
|
|
nym-ip-packet-requests = { workspace = true }
|
|
nym-sdk = { workspace = true }
|
|
pnet_packet.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
tokio-util.workspace = true
|
|
tracing.workspace = true
|