0.5.0 embed, help, refractor

This commit is contained in:
2024-02-13 18:44:01 +01:00
parent d75c5bc9a2
commit 8fa86b0182
24 changed files with 341 additions and 94 deletions

View File

@@ -1,5 +1,7 @@
pub mod ping;
pub mod register;
pub mod help;
pub use ping::ping;
pub use register::register;
pub use help::help;