7b71775e08
* WIP: initial work * wupwup * WIP: experiments * Move topology provider and requests to own crate * Make sure we use the new crate everywhere * Sort Cargo.toml * Extract out some functions in geo_aware_provider * rustfmt * Add CountryGroup type * Assign unknown as well * wipwip * Add command line flag to socks5-client * Use geo-aware mixnode selection in nym-connect when in medium mode * rustfmt * clippy * Fix nym-connect build * wasm fix * Spelling
13 lines
521 B
TOML
13 lines
521 B
TOML
[package]
|
|
name = "nym-explorer-api-requests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nym-contracts-common = { path = "../../common/cosmwasm-smart-contracts/contracts-common" }
|
|
nym-mixnet-contract-common = { path = "../../common/cosmwasm-smart-contracts/mixnet-contract" }
|
|
nym-validator-client = { path = "../../common/client-libs/validator-client" }
|
|
schemars = { version = "0.8", features = ["preserve_order"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
ts-rs = { version = "6.1.2", optional = true }
|