housekeeping for tests for qrcode and aztec

This commit is contained in:
Henry Schimke
2022-09-30 15:57:01 -05:00
parent 438ae9f588
commit 5436b8d9f3
14 changed files with 1 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
pub mod aztec;
pub mod qrcode;
pub mod client;
pub mod common;
mod exceptions;