remove api_schema submodule

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-11-22 09:29:16 +01:00
parent e57e1cd82d
commit be2bb37205
7 changed files with 5 additions and 300 deletions

View File

@ -1,7 +1,8 @@
use failure::*;
use proxmox::api::format::*;
use proxmox_backup::api2;
use proxmox_backup::api_schema::format::*;
fn main() -> Result<(), Error> {