switch to using cargo version of one-d-proc-derive

This commit is contained in:
Henry Schimke
2022-12-31 14:43:48 -06:00
parent d11f32d693
commit d08f8aaf73
19 changed files with 20 additions and 211 deletions

View File

@@ -1,6 +1,9 @@
[package]
name = "rxing"
version = "0.1.0"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/hschimke/rxing"
edition = "2021"
exclude = [
"test_resources/*",
@@ -22,7 +25,7 @@ image = {version = "0.24", optional = true}
imageproc = {version = "0.23.0", optional = true}
unicode-segmentation = "1.10.0"
codepage-437 = "0.1.0"
one-d-proc-derive = { path = "one-d-proc-derive" }
rxing-one-d-proc-derive = "0.1"
num = "0.4.0"
[dev-dependencies]