]> git.proxmox.com Git - proxmox-backup.git/blame - src/lib.rs
fix #2871: close FDs when scanning backup group
[proxmox-backup.git] / src / lib.rs
CommitLineData
9f4962d3
WB
1#[macro_use]
2pub mod buildcfg;
3
8f973f81 4#[macro_use]
51b499db
DM
5pub mod tools;
6
7e21da6e 7#[macro_use]
882594c5 8pub mod server;
16b48b81 9
8968258b 10pub mod pxar;
b62b6cad 11
986bef16 12#[macro_use]
cbdd8c54 13pub mod backup;
35cf5daa 14
a8f268af 15pub mod config;
678d72df 16
576e3bf2 17pub mod api2;
e8edbbd4 18
151c6ce2 19pub mod client;
6c30068e 20
6c30068e 21pub mod auth_helpers;
7d817b03
DM
22
23pub mod auth;
6359dc89
DM
24
25pub mod rrd;