move tools::json to pbs-tools

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-07-07 11:33:06 +02:00
parent bfff4eaa7f
commit f75292bd8d
2 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
pub mod borrow;
pub mod format;
pub mod fs;
pub mod json;
pub mod nom;
pub mod str;
mod command;
pub use command::{run_command, command_output, command_output_as_string};
pub use command::{command_output, command_output_as_string, run_command};