This is supposed to contain only the parts necessary to communicate with the server via the proxmox backup protocol. (Including the chunker, which is currently `include!()`d from the main crate. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
5 lines
86 B
Rust
5 lines
86 B
Rust
include!(concat!(
|
|
env!("CARGO_MANIFEST_DIR"),
|
|
"/../src/backup/chunker.rs"
|
|
));
|