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
21 lines
495 B
TOML
21 lines
495 B
TOML
[package]
|
|
name = "nym-registration-common"
|
|
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]
|
|
tokio-util.workspace = true
|
|
|
|
nym-authenticator-requests = { path = "../authenticator-requests" }
|
|
nym-crypto = { path = "../crypto" }
|
|
nym-ip-packet-requests = { path = "../ip-packet-requests" }
|
|
nym-sphinx = { path = "../nymsphinx" }
|