forked from proxmox-mirrors/proxmox
start new proxmox-rest-server workspace
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c983a1d623
commit
2e426f9df2
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
Loading…
Reference in New Issue
Block a user