initial commit

This commit is contained in:
Marc-Antoine Arnaud
2018-04-09 19:04:11 +02:00
parent f948bbcd29
commit d002cabe95
10 changed files with 730 additions and 0 deletions

13
yaserde_derive/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "yaserde_derive"
version = "0.1.0"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
[dependencies]
syn = { version = "0.12.14", features = ["visit", "extra-traits"] }
proc-macro2 = "0.2.3"
quote = "0.4.2"
[lib]
name = "yaserde_derive"
proc-macro = true