1
Fork 0

Create webfinger crate #5

Merged
steffo merged 53 commits from feature/webfinger into main 2024-11-16 06:33:06 +00:00
Showing only changes of commit d1dcbc1fc6 - Show all commits

View file

@ -20,7 +20,7 @@ pub struct MetaLink {
pub document: String, pub document: String,
pub pattern: String, pub pattern: String,
pub rel: String, pub rel: String,
pub r#type: Option<String>, pub type_: Option<String>,
pub href: Option<String>, pub href: Option<String>,
} }