proxmox-sys: imported proxmox/src/tools/email.rs
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
0806020ebf
commit
ba1f59c098
@ -23,3 +23,4 @@ proxmox = { path = "../proxmox", version = "0.15", default-features = false }
|
||||
proxmox-io = { path = "../proxmox-io", version = "1.0.0" }
|
||||
proxmox-lang = { path = "../proxmox-lang", version = "1.0.0" }
|
||||
proxmox-borrow = { path = "../proxmox-borrow", version = "1.0.0" }
|
||||
proxmox-time = { path = "../proxmox-time", version = "1.0.0" }
|
||||
|
@ -1,5 +1,6 @@
|
||||
pub mod command;
|
||||
pub mod crypt;
|
||||
pub mod email;
|
||||
pub mod error;
|
||||
pub mod fd;
|
||||
pub mod fs;
|
||||
|
@ -8,7 +8,6 @@ use lazy_static::lazy_static;
|
||||
use proxmox_io::vec;
|
||||
|
||||
pub mod common_regex;
|
||||
pub mod email;
|
||||
pub mod serde;
|
||||
pub mod systemd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user