split code into several files

This commit is contained in:
Dietmar Maurer
2018-10-31 10:42:14 +01:00
parent 22f0adf26a
commit 886e5ce8f7
5 changed files with 212 additions and 157 deletions

View File

@ -5,17 +5,18 @@ authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
[lib]
name = "json_schema"
name = "apitest"
path = "src/lib.rs"
version = "0.1.0"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
[dependencies]
failure = "0.1.3"
phf = "0.7.23"
phf_macros = "0.7.23"
derive-new = "0.5.5"
serde = "1.0.80" # A generic serialization/deserialization framework
serde_json = "1.0.32" # A JSON serialization file format
failure = "0.1.3"
phf = "0.7.23"
phf_macros = "0.7.23"
derive-new = "0.5.5"
serde = "1.0.80"
serde_json = "1.0.32"
serde_derive = "1.0.80"
hyper = "0.12.13"