ec57f1e687
* Remove Canapi It added more complexity than it helped. * Fail if there are many blog, but none was specified * cargo fmt
7 lines
160 B
Rust
7 lines
160 B
Rust
#[derive(Clone, Serialize, Deserialize)]
|
|
pub struct NewAppData {
|
|
pub name: String,
|
|
pub website: Option<String>,
|
|
pub redirect_uri: Option<String>,
|
|
}
|