Added modules
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
mod models {
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
struct Flags {
|
||||
pub struct Flags {
|
||||
pub flag: String,
|
||||
pub value: String,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user