]> git.proxmox.com Git - proxmox.git/commit
import the new api definitions
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Nov 2019 12:30:28 +0000 (13:30 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Nov 2019 12:30:28 +0000 (13:30 +0100)
commitb489c2ceebbe098ff9b732a700eec56559cdf195
tree1849043ef341ab5ddaacdfc7159f1bb29ebc2d3a
parent068d56ed3d552e32d4da9f1c7bc4f68cc9ac0376
import the new api definitions

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-api/Cargo.toml
proxmox-api/src/lib.rs
proxmox-api/src/router.rs [new file with mode: 0644]
proxmox-api/src/rpc_environment.rs [new file with mode: 0644]
proxmox-api/src/schema.rs [new file with mode: 0644]
proxmox-tools/src/as_any.rs [new file with mode: 0644]
proxmox-tools/src/lib.rs