This commit is contained in:
kdeng00
2024-04-07 22:42:55 -04:00
parent 2377178492
commit 4cbe4ca41d
10 changed files with 41 additions and 53 deletions
+7 -7
View File
@@ -1,9 +1,9 @@
// mod models {
use serde::{Deserialize, Serialize};
use serde::{Deserialize, Serialize};
#[derive(Debug, Deserialize, Serialize)]
pub struct User {
pub username: String,
pub password: String,
}
// }
#[derive(Debug, Deserialize, Serialize)]
pub struct User {
pub username: String,
pub password: String,
}
// }