Dietmar Maurer 8968258b66 rename catar into pxar
To avoid confusion with the casync implementation.
2019-03-14 10:54:09 +01:00

41 lines
418 B
Rust

#[macro_use]
pub mod buildcfg;
#[macro_use]
pub mod tools;
#[macro_use]
pub mod api_schema;
#[macro_use]
pub mod server {
pub mod environment;
pub mod formatter;
#[macro_use]
pub mod rest;
}
pub mod pxar;
pub mod section_config;
pub mod backup;
pub mod config;
pub mod storage {
pub mod config;
pub mod futures;
}
pub mod cli;
pub mod api2;
pub mod client;
pub mod auth_helpers;