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 a5bebca commit a637321Copy full SHA for a637321
wrappers/rust/Cargo.toml
@@ -9,10 +9,7 @@ repository = "https://github.com/zxing-cpp/zxing-cpp/"
9
readme = "README.md"
10
keywords = ["zxing", "barcode", "barcode_reader", "ffi"]
11
categories = ["api-bindings", "computer-vision"]
12
-exclude = [
13
- "core/**/*Writer*",
14
- "core/**/*Encode*",
15
-]
+exclude = ["core/**/*Writer*", "core/**/*Encode*"]
16
17
[lib]
18
name = "zxingcpp"
@@ -35,5 +32,5 @@ anyhow = "1.0"
35
32
image = { version = ">=0.24" }
36
33
37
34
[build-dependencies]
38
-cmake = {version = "0.1.50"}
39
-miette = {version = "5.10.0", features = ["fancy"]}
+cmake = { version = "0.1.50" }
+miette = { version = "5.10.0", features = ["fancy"] }
0 commit comments