[package] name = "yoctolib-rs" version = "0.1.0" edition = "2021" authors = ["Thomas C. Bitsky Jr. "] license = "MIT" homepage = "https://automateddesign.com" repository = "https://adc360.visualstudio.com/adc-public/_git/yoctolib-rs" documentation = "https://adc360.visualstudio.com/adc-public/_git/yoctolib-rs" description = "Rust wrapper for YoctoPuce yoctolib library." # Include the external directory and any other necessary files include = [ "Cargo.toml", "src/**", "build.rs", "wrapper.h", "readme.md", "external/**" ] [build-dependencies] bindgen = "0.69.4"