c6e41ca3f3
* chore: update to rust edition 2021 everywhere * validator-api: simplify into_iter call in rust 2021
14 lines
341 B
TOML
14 lines
341 B
TOML
[package]
|
|
name = "network-defaults"
|
|
version = "0.1.0"
|
|
authors = ["Jędrzej Stuczyński <andrew@nymtech.net>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cfg-if = "1.0.0"
|
|
hex-literal = "0.3.3"
|
|
serde = {version = "1.0", features = ["derive"]}
|
|
url = "2.2"
|