4587d5da26
* network-defaults: update cargo metadata * Add nym- prefix to network-defaults crate * Some manual updating * rustfmt
18 lines
440 B
TOML
18 lines
440 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 }
|
|
dotenv = { workspace = true }
|
|
hex-literal = "0.3.3"
|
|
once_cell = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"]}
|
|
thiserror = { workspace = true }
|
|
url = { workspace = true }
|