Rust/rust/azure-sphere/azure-sphere-sys/Cargo.toml (11 lines of code) (raw):

[package] name = "azure-sphere-sys" version = "0.1.0" authors = ["Microsoft"] edition = "2021" links = "azure-sphere" [dependencies] libc = { version = "0.2", default-features = false } [build-dependencies] bindgen = { version = "0.68.1", default-features = false } cc = "1.0"