51779c06a4
* removing wg-gateway-client * bandwidth_provider trait * authenticator client * adapt ip-packet-client * nit * registration_client * accomodate new shutdown and bugfix * sdk changes * cleanup and shutdown management * remove credential mode * error cleanup * better error handling * removing useless cover traffic delay * wasm client stuff * cfg unix * more wasm stuff * change authenticator client to not be blocked by mixnet client
25 lines
547 B
TOML
25 lines
547 B
TOML
[package]
|
|
name = "nym-ip-packet-client"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
bincode.workspace = true
|
|
bytes.workspace = true
|
|
futures.workspace = true
|
|
thiserror.workspace = true
|
|
tokio-util.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
|
|
nym-sdk = { path = "../sdk/rust/nym-sdk" }
|
|
nym-ip-packet-requests = { path = "../common/ip-packet-requests" }
|