We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f0293 commit 12984b7Copy full SHA for 12984b7
crates/openvino-finder/Cargo.toml
@@ -1,8 +1,12 @@
1
[package]
2
name = "openvino-finder"
3
-description = "A helper crate for finding OpenVINO installations on a system."
4
version = "0.3.0"
5
-authors = ["Andrew Brown <[email protected]>"]
+description = "A helper crate for finding OpenVINO installations on a system."
+license = "Apache-2.0"
6
+readme = "README.md"
7
+authors = ["OpenVINO Project Developers"]
8
+repository = "https://github.com/intel/openvino-rs"
9
+documentation = "https://docs.rs/openvino-finder"
10
edition = "2018"
11
12
[dependencies]
0 commit comments