20 lines
315 B
TOML
20 lines
315 B
TOML
[package]
|
|
name = "apitest"
|
|
version = "0.1.0"
|
|
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
|
|
|
|
|
[lib]
|
|
name = "json_schema"
|
|
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"
|
|
|