create check.rs

This commit is contained in:
João M. Bezerra 2023-02-02 20:14:10 -03:00
parent 5b99f434c3
commit d2db26a59d
2 changed files with 1 additions and 0 deletions

0
src/check.rs Normal file
View File

View File

@ -3,6 +3,7 @@ pub mod macros;
pub mod accessible;
pub mod archive;
pub mod check;
pub mod cli;
pub mod commands;
pub mod error;