1[package] 2name = "libfdt-bindings" 3version = "0.1.0" 4authors = ["Amazon Firecracker team <[email protected]>"] 5edition = "2018" 6build = "build.rs" 7 8[target.'cfg(target_arch="aarch64")'.dependencies] 9libc = ">=0.2.39" 10 11