c658b46fe1
* clean up toml files * update the parity ethereum toolchain docs * update contribution guide and issue templates * update desktop and service files * build clib examples with 8 threads * update header templates * replace parity technologies with parity ethereum logo
10 lines
184 B
TOML
10 lines
184 B
TOML
[package]
|
|
name = "chainspec"
|
|
version = "0.1.0"
|
|
authors = ["Marek Kotewicz <marek@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethjson = { path = "../json" }
|
|
serde_json = "1.0"
|
|
serde_ignored = "0.0.4"
|