Crypto as utility module

This commit is contained in:
ChristianVisintin
2020-12-22 17:34:52 +01:00
parent b5abe4538f
commit e761a90826
3 changed files with 66 additions and 6 deletions

View File

@@ -24,5 +24,6 @@
*/
// modules
pub mod crypto;
pub mod fmt;
pub mod parser;