[package] name = "solo5-sys" version = "0.1.0" edition = "2021" authors = ["yuseiito "] description = "An FFI polyfil to build solo5-based unikernels from Rust" license = "MIT OR Apache-2.0" readme="README.md" repository="https://github.com/YuseiIto/solo5-sys" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #NOTE: https://tomoyuki-nakabayashi.github.io/embedded-rust-techniques/06-ffi/c-with-rust.html cty = "0.2.0" [build-dependencies] bindgen = "0.53.1"