Serialization with serde.

This commit is contained in:
Tomasz Drwięga
2017-11-10 21:31:48 +01:00
parent 74ec849f7e
commit 799d03254f
9 changed files with 444 additions and 22 deletions
+8 -1
View File
@@ -5,8 +5,15 @@ authors = ["Parity Team <admin@parity.io>"]
[dependencies]
crunchy = "0.1.5"
uint = { git = "https://github.com/paritytech/primitives.git" }
fixed-hash = { git = "https://github.com/paritytech/primitives.git" }
rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
uint = { git = "https://github.com/paritytech/primitives.git" }
[dev-dependencies]
polkadot-serializer = { path = "../serializer", version = "0.1" }
pretty_assertions = "0.4"
[features]
default = ["std"]