mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-31 08:44:03 +00:00

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;
|