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

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use one_d_proc_derive::OneDReader;
use rxing_one_d_proc_derive::OneDReader;
use crate::{common::BitArray, BarcodeFormat, Exceptions, RXingResult};