[package] name = "qemu-system-microblazeel" version = "0.1.3" repository = "https://github.com/novafacing/qemu-rs.git" keywords = ["emulation", "qemu", "emulator"] categories = ["emulators"] edition = "2021" description = "QEMU binary installer for qemu-system-microblazeel" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] memfd-exec = "0.1.5" qemu = { version = "0.1.5", features = ["qemu-system-microblazeel"] }