We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7361ab1 commit bc7bedbCopy full SHA for bc7bedb
binding-generator/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "opencv-binding-generator"
3
description = "Binding generator for opencv crate"
4
repository = "https://github.com/twistedfall/opencv-rust"
5
+readme = "README.md"
6
version = "0.96.0"
7
license = "MIT"
8
authors = ["Pro <[email protected]>"]
binding-generator/README.md
@@ -0,0 +1,3 @@
1
+# OpenCV bindings generator
+
+This is the support crate for [opencv](https://crates.io/crates/opencv). You don't want to use it separately.
0 commit comments