Skip to content

Commit 12984b7

Browse files
committed
Add openvino-finder crate metadata
1 parent 00f0293 commit 12984b7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

crates/openvino-finder/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[package]
22
name = "openvino-finder"
3-
description = "A helper crate for finding OpenVINO installations on a system."
43
version = "0.3.0"
5-
authors = ["Andrew Brown <[email protected]>"]
4+
description = "A helper crate for finding OpenVINO installations on a system."
5+
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"
610
edition = "2018"
711

812
[dependencies]

0 commit comments

Comments
 (0)