Make base.rs public

This commit is contained in:
asivery 2024-03-10 11:56:17 +01:00
parent 1227591957
commit ae6ae5ff9e

View file

@ -4,7 +4,7 @@
* Documentation coming soon * Documentation coming soon
*/ */
mod base; pub mod base;
pub mod commands; pub mod commands;
pub mod encryption; pub mod encryption;
pub mod interface; pub mod interface;