dc5c765ecb
* Add nym- prefix to mixnode-common * Add nym- prefix to mixnet-client * Add nym-client- prefix to websocket-requests * Makefile: add check target * Rename to nym-credential-client * rustfmt * update to nym-credential-client in github workflow
18 lines
494 B
TOML
18 lines
494 B
TOML
[package]
|
|
name = "nym-mixnet-client"
|
|
version = "0.1.0"
|
|
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
log = { workspace = true }
|
|
tokio = { version = "1.24.1", features = ["time", "net", "rt"] }
|
|
tokio-util = { version = "0.7.4", features = ["codec"] }
|
|
|
|
# internal
|
|
nym-sphinx = { path = "../../nymsphinx" }
|
|
nym-task = { path = "../../task" }
|