forked from proxmox-mirrors/proxmox

this removes quite a bit of dependecies of proxmox-async Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> [set proxmox-lang dep to 1.1] Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
7 lines
102 B
Rust
7 lines
102 B
Rust
pub mod blocking;
|
|
pub mod broadcast_future;
|
|
pub mod io;
|
|
pub mod net;
|
|
pub mod runtime;
|
|
pub mod stream;
|