cloud-hypervisor/vm-allocator/Cargo.toml
Rob Bradford 3f8cd52ffd build: Format Cargo.toml files using taplo
Run the taplo formatter with the newly added configuration file

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-05-08 21:46:13 +00:00

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" }