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

@@ -16,7 +16,7 @@
use super::{OneDReader, UPCEANReader, L_AND_G_PATTERNS};
use crate::{BarcodeFormat, Exceptions};
use one_d_proc_derive::{EANReader, OneDReader};
use rxing_one_d_proc_derive::{EANReader, OneDReader};
/**
* <p>Implements decoding of the UPC-E format.</p>