client/catar_backup_stream.rs: new helper for catar uploads to server

This commit is contained in:
Dietmar Maurer
2019-01-16 10:15:39 +01:00
parent 150f1bd8f6
commit e8edbbd49c
2 changed files with 91 additions and 0 deletions

View File

@ -56,3 +56,8 @@ pub mod cli {
pub mod api3;
pub mod client {
pub mod catar_backup_stream;
}