mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 23:11:02 +00:00
ec57f1e687
* Remove Canapi It added more complexity than it helped. * Fail if there are many blog, but none was specified * cargo fmt
6 lines
160 B
Rust
6 lines
160 B
Rust
#[derive(Clone, Serialize, Deserialize)]
|
|
pub struct NewAppData {
|
|
pub name: String,
|
|
pub website: Option<String>,
|
|
pub redirect_uri: Option<String>,
|
|
}
|