initialize vdi with .devcontainer

This commit is contained in:
rustdesk
2023-02-25 18:39:27 +08:00
parent 6ed94f7bd1
commit f71d4e9e81
8 changed files with 1242 additions and 0 deletions

9
vdi/host/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "qemu-rustdesk"
version = "0.1.0"
authors = ["rustdesk <info@rustdesk.com>"]
edition = "2021"
[dependencies]
qemu-display = { git = "https://gitlab.com/marcandre.lureau/qemu-display" }