start new proxmox-rest-server workspace
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
8eef31724f
commit
037f6b6d5e
9
proxmox-rest-server/Cargo.toml
Normal file
9
proxmox-rest-server/Cargo.toml
Normal 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"
|
0
proxmox-rest-server/src/lib.rs
Normal file
0
proxmox-rest-server/src/lib.rs
Normal file
Reference in New Issue
Block a user