d13c8bde57
* wasm-compatible reqwest-based rpc client * better constructors for the reqwest based client * fixed usages of the client * introduced /network/details endpoint to nym-api to return used network information (#3758) * introduced /network/details endpoint to nym-api to return used network information * introduced endpoints for nym contract information
19 lines
503 B
TOML
19 lines
503 B
TOML
[package]
|
|
name = "nym-network-defaults"
|
|
version = "0.1.0"
|
|
description = "Nym network defaults"
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
cfg-if = { workspace = true }
|
|
dotenvy = { workspace = true }
|
|
hex-literal = "0.3.3"
|
|
once_cell = { workspace = true }
|
|
schemars = { version = "0.8", features = ["preserve_order"] }
|
|
serde = { workspace = true, features = ["derive"]}
|
|
thiserror = { workspace = true }
|
|
url = { workspace = true }
|