Export NUT-06 supported settings field (#764)

* Export NUT-06 supported settings field

* Fix doc test
This commit is contained in:
David Caseria
2025-05-24 05:57:36 -04:00
committed by GitHub
parent abf10da330
commit 0e250af87a

View File

@@ -446,7 +446,8 @@ impl Nuts {
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default, Hash, Serialize, Deserialize)]
#[cfg_attr(feature = "swagger", derive(utoipa::ToSchema))]
pub struct SupportedSettings {
supported: bool,
/// Setting supported
pub supported: bool,
}
/// Contact Info