12 lines
196 B
TOML
12 lines
196 B
TOML
[package]
|
|
name = "apitest"
|
|
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"
|
|
|