move tools::nom to pbs-tools

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-07-07 10:08:26 +02:00
parent e57841c442
commit 18cdf20afc
3 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
pub mod borrow;
pub mod format;
pub mod fs;
pub mod nom;
pub mod str;
mod command;

View File

@ -23,6 +23,7 @@ use proxmox_http::{
ProxyConfig,
};
pub use pbs_tools::nom;
pub use pbs_tools::{run_command, command_output, command_output_as_string};
pub mod acl;
@ -44,7 +45,6 @@ pub mod logrotate;
pub mod loopdev;
pub mod lru_cache;
pub mod async_lru_cache;
pub mod nom;
pub mod serde_filter;
pub mod statistics;
pub mod subscription;