Files
nym/common/test-utils/Cargo.toml
T
Jędrzej Stuczyński c7cb17d7cf integration test for LP entry registration
This includes creation of mocks of various gateway-related components, such as the PeerController
2026-01-08 15:53:15 +00:00

27 lines
638 B
TOML

[package]
name = "nym-test-utils"
version = "0.1.0"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
readme.workspace = true
[dependencies]
anyhow = { workspace = true }
futures = { workspace = true }
rand_chacha = { workspace = true }
tokio = { workspace = true, features = ["sync", "time", "rt"] }
tracing = { workspace = true }
nym-bin-common = { path = "../bin-common", features = ["tracing"] }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }
[lints]
workspace = true