feat: create crypto.rs module for generation of tokens
This commit is contained in:
parent
c69f2eb4f0
commit
a88467fa28
3 changed files with 17 additions and 0 deletions
|
@ -6,6 +6,7 @@ use std::time::SystemTime;
|
|||
mod config;
|
||||
use config::{Config, ConfigBuilder};
|
||||
mod api;
|
||||
mod crypto;
|
||||
|
||||
type Error = Box<dyn std::error::Error>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue