start new proxmox-rest-server workspace

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-09-21 07:58:39 +02:00
committed by Thomas Lamprecht
parent 8eef31724f
commit 037f6b6d5e
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[package]
name = "proxmox-rest-server"
version = "0.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
description = "REST server implementation"
[dependencies]
anyhow = "1.0"

View File