7d2d512405
* Split text and binary client apis * Very initial attempt at new serialization * Defined ser+de for Recipient and ReplySURB * Response errors * builds with changes * Working WS API + moved to separate crate * updated python examples * Fixed parsing bug * Updated go examples * Updated rust examples * formatting * Removed unused imports * Removed accidentally left panic call
19 lines
540 B
TOML
19 lines
540 B
TOML
[package]
|
|
name = "nymsphinx-anonymous-replies"
|
|
version = "0.1.0"
|
|
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = {version = "0.7.3", features = ["wasm-bindgen"]}
|
|
bs58 = "0.3"
|
|
serde = "1.0"
|
|
|
|
crypto = { path = "../../crypto" }
|
|
nymsphinx-addressing = { path = "../addressing" }
|
|
nymsphinx-params = { path = "../params" }
|
|
nymsphinx-types = { path = "../types" }
|
|
topology = { path = "../../topology" }
|