e8e966b67a
* Rust half done * Removed the temporary 'test' * Using multiple validator endpoints in the javascript client * Dont attempt any switches with a single validator endpoint * Removed the unused temporary function * Updated validator-client version
14 lines
340 B
TOML
14 lines
340 B
TOML
[package]
|
|
name = "config"
|
|
version = "0.1.0"
|
|
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
handlebars = "3.0.1"
|
|
humantime-serde = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.5.6"
|