add tools::json for canonical json generation

moving this from backup::manifest, no functional changes

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-01-15 11:06:15 +01:00
committed by Thomas Lamprecht
parent a08a198577
commit 9ff747ef50
2 changed files with 50 additions and 0 deletions

View File

@ -28,6 +28,7 @@ pub mod format;
pub mod fs;
pub mod fuse_loop;
pub mod http;
pub mod json;
pub mod logrotate;
pub mod loopdev;
pub mod lru_cache;