Dev env setup

This commit is contained in:
2024-11-04 23:10:32 +00:00
parent d1ab59a0aa
commit f9623edd38
12 changed files with 165 additions and 66 deletions

2
src/host/mod.rs Normal file
View File

@ -0,0 +1,2 @@
pub mod proxmox;
pub trait VmHostClient {}