8baa236d81
* Moved `nym-sphinx-wasm` into `wasm` folder and renamed its examples * A proposal for some structural cleanup * desktop client: beginning of a Rust example for chunking. * Simplifying desktop client readme * Tarting up webassembly README * A more visual webassembly client example * clients/webassembly: grouping a few things into named functions for clarity * clients/webassembly: put URLs at top of file, prepping for drop-down action * mixnode + provider run: changed startup error messages a bit * clients/webassembly: scrolling from the bottom in the demo
20 lines
499 B
TOML
20 lines
499 B
TOML
[package]
|
|
name = "directory-client"
|
|
version = "0.1.0"
|
|
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
pretty_env_logger = "0.3"
|
|
reqwest = "0.9.22"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
|
|
## internal
|
|
topology = {path = "../../topology"}
|
|
|
|
[dev-dependencies]
|
|
mockito = "0.23.0"
|