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 49b1b8ba65 - Show all commits

View file

@ -137,6 +137,7 @@ pub struct ResourceDescriptorPropertyXRD {
pub r#type: String,
/// The property value.
#[serde(rename = "$text")]
pub value: Option<String>,
}