mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
attach api and better pubkey serialization
This commit is contained in:
committed by
Aiden McClelland
parent
5c7c23459d
commit
691d567d31
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user