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
View File
@@ -0,0 +1,8 @@
[package]
name = "polkadot-serializer"
version = "0.1.0"
authors = ["Parity Team <admin@parity.io>"]
[dependencies]
serde = "1.0"
serde_json = "1.0"