Cargo.toml 358 B

1234567891011121314
  1. [package]
  2. name = "qemu-rustdesk"
  3. version = "0.1.0"
  4. authors = ["rustdesk <info@rustdesk.com>"]
  5. edition = "2021"
  6. [dependencies]
  7. qemu-display = { git = "https://github.com/rustdesk/qemu-display" }
  8. hbb_common = { path = "../../libs/hbb_common" }
  9. clap = { version = "4.1", features = ["derive"] }
  10. zbus = { version = "3.14.1" }
  11. image = "0.24"
  12. async-trait = "0.1"