Macros 1.1

This commit is contained in:
David Tolnay
2016-08-28 22:19:17 -07:00
parent 7014c105b4
commit d914fdf67b
6 changed files with 148 additions and 37 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "tmp-test"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
[dependencies]
serde = "0.8"
serde_derive = { path = "../serde_derive" }
serde_json = "0.8"