feat: start implementing device name generation in the backend
This commit is contained in:
parent
3647086adb
commit
8656115dc9
7 changed files with 1034 additions and 22 deletions
|
@ -9,6 +9,7 @@ use objects::MailClient;
|
|||
use simple_logger::SimpleLogger;
|
||||
use std::time::SystemTime;
|
||||
mod config;
|
||||
mod generate_device_name;
|
||||
use config::{Config, ConfigBuilder};
|
||||
use diesel_migrations::{EmbeddedMigrations, MigrationHarness, embed_migrations};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue