Initial commit

This commit is contained in:
Graham Esau 2019-08-03 17:45:57 +01:00
commit 3a321a901b
6 changed files with 359 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "schemars"
version = "0.1.0"
authors = ["Graham Esau <graham.esau@newvoicemedia.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"