]> git.proxmox.com Git - proxmox-backup.git/blame - Cargo.toml
move code into lib.rs
[proxmox-backup.git] / Cargo.toml
CommitLineData
d8d978eb
DM
1[package]
2name = "apitest"
3version = "0.1.0"
4authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
5
d6a4ba71
DM
6
7[lib]
8name = "json_schema"
9path = "src/lib.rs"
10version = "0.1.0"
11authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
12
13
d8d978eb
DM
14[dependencies]
15failure = "0.1.3"
16phf = "0.7.23"
17phf_macros = "0.7.23"
18derive-new = "0.5.5"
19