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
+4 -1
View File
@@ -5,6 +5,9 @@ authors = ["Parity Team <admin@parity.io>"]
[dependencies]
polkadot-cli = { path = "cli" }
polkadot-primitives = { path = "primitives" }
[workspace]
members = [
"primitives",
"serializer"
]