mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-09 21:30:07 +00:00
3f8cd52ffd
Run the taplo formatter with the newly added configuration file Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
13 lines
241 B
TOML
13 lines
241 B
TOML
[package]
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
name = "vm-allocator"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
libc = "0.2.153"
|
|
vm-memory = "0.14.1"
|
|
|
|
[target.'cfg(target_arch = "aarch64")'.dependencies]
|
|
arch = { path = "../arch" }
|