sqlx offline compilation

This commit is contained in:
realaravinth
2021-05-12 17:37:11 +05:30
parent d151793648
commit a4b409e914
6 changed files with 620 additions and 28 deletions

View File

@@ -28,11 +28,11 @@ use super::I32Levels;
use crate::errors::*;
use crate::Data;
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct PoWConfig {
pub name: String,
pub domain: String,
}
//#[derive(Clone, Debug, Deserialize, Serialize)]
//pub struct PoWConfig {
// pub name: String,
// pub domain: String,
//}
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct GetConfigPayload {