merge app with main

This commit is contained in:
Clément DOUIN
2021-03-23 22:37:52 +01:00
parent f2158e71d2
commit 8dbd7c1e7a
14 changed files with 85 additions and 730 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use serde::{
use std::{fmt, result};
use uuid::Uuid;
use crate::config::{Account, Config};
use crate::config::model::{Account, Config};
use crate::flag::model::{Flag, Flags};
use crate::table::{self, DisplayRow, DisplayTable};