We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b99aa3 commit c736916Copy full SHA for c736916
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