intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
82 stars 23 forks source link

Verify that `cargo xtask publish` will work #38

Open abrown opened 2 years ago

abrown commented 2 years ago

This change allows us to perform a publish --dry-run for each of the crates to make sure this still works. Note that cargo xtask publish --dry-run will use, by default, the dynamic-linking feature of openvino-sys which requires an OpenVINO installation to compile against.