attach api and better pubkey serialization

This commit is contained in:
Aiden McClelland
2022-01-27 20:14:18 -07:00
committed by Aiden McClelland
parent 5c7c23459d
commit 691d567d31
3 changed files with 36 additions and 0 deletions

View File

@@ -255,6 +255,7 @@ pub struct InstalledPackageDataEntry {
pub status: Status,
pub marketplace_url: Option<Url>,
#[serde(default)]
#[serde(with = "crate::util::serde::ed25519_pubkey")]
pub developer_key: ed25519_dalek::PublicKey,
#[model]
pub manifest: Manifest,