move api schema into proxmox::api crate

And leave some compat imports in api_schema.rs to get it to
build with minimal changes.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-11-21 14:14:54 +01:00
parent 552c225948
commit 3d482025b3
11 changed files with 45 additions and 1370 deletions

View File

@ -1,4 +1,5 @@
use crate::api_schema::router::*;
use proxmox::api::router::{Router, SubdirMap};
use proxmox::api::list_subdirs_api_method;
mod tasks;
mod time;