appmgr: metadata kebab case

This commit is contained in:
Aiden McClelland
2021-01-15 16:12:01 -07:00
committed by Aiden McClelland
parent a122c4a058
commit 8bdb2e6f3b

View File

@@ -14,6 +14,7 @@ use crate::Error;
use crate::ResultExt;
#[derive(Debug, Clone, Serialize)]
#[serde(rename_all = "kebab-case")]
pub struct Metadata {
pub app_version: Version,
pub os_version: &'static Version,