c7cb17d7cf
This includes creation of mocks of various gateway-related components, such as the PeerController
27 lines
638 B
TOML
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
|