move tools::nom to pbs-tools
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
e57841c442
commit
18cdf20afc
|
@ -1,6 +1,7 @@
|
||||||
pub mod borrow;
|
pub mod borrow;
|
||||||
pub mod format;
|
pub mod format;
|
||||||
pub mod fs;
|
pub mod fs;
|
||||||
|
pub mod nom;
|
||||||
pub mod str;
|
pub mod str;
|
||||||
|
|
||||||
mod command;
|
mod command;
|
||||||
|
|
|
@ -23,6 +23,7 @@ use proxmox_http::{
|
||||||
ProxyConfig,
|
ProxyConfig,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pub use pbs_tools::nom;
|
||||||
pub use pbs_tools::{run_command, command_output, command_output_as_string};
|
pub use pbs_tools::{run_command, command_output, command_output_as_string};
|
||||||
|
|
||||||
pub mod acl;
|
pub mod acl;
|
||||||
|
@ -44,7 +45,6 @@ pub mod logrotate;
|
||||||
pub mod loopdev;
|
pub mod loopdev;
|
||||||
pub mod lru_cache;
|
pub mod lru_cache;
|
||||||
pub mod async_lru_cache;
|
pub mod async_lru_cache;
|
||||||
pub mod nom;
|
|
||||||
pub mod serde_filter;
|
pub mod serde_filter;
|
||||||
pub mod statistics;
|
pub mod statistics;
|
||||||
pub mod subscription;
|
pub mod subscription;
|
||||||
|
|
Loading…
Reference in New Issue