mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
rust: subprojects: add libc crate
This allows access to errno values. Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9ee4886700
commit
4cfe9edb1b
7 changed files with 55 additions and 2 deletions
|
@ -16,6 +16,7 @@ rust-version = "1.63.0"
|
|||
|
||||
[dependencies]
|
||||
qemu_api_macros = { path = "../qemu-api-macros" }
|
||||
libc = "0.2.162"
|
||||
|
||||
[build-dependencies]
|
||||
version_check = "~0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue