summaryrefslogtreecommitdiff
path: root/src/spec.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-12 13:31:17 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-12 13:31:17 +0300
commit15c375a0400fcb6de37dde14458b9b2566ae61de (patch)
treed1e48c467537d324f00ceb77e90cac5301149f36 /src/spec.rs
parent7fa564f500af542771bda7bfada85366a2f47f35 (diff)
downloadvmadm-15c375a0400fcb6de37dde14458b9b2566ae61de.tar.gz
feat: subcommand 'spec'
Sponsored-by: author
Diffstat (limited to 'src/spec.rs')
-rw-r--r--src/spec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spec.rs b/src/spec.rs
index a00a5e8..e98377c 100644
--- a/src/spec.rs
+++ b/src/spec.rs
@@ -133,7 +133,7 @@ where
///
/// This is the specification as read from the input file, with the
/// defaults from the configuration file already applied.
-#[derive(Debug)]
+#[derive(Debug, Serialize)]
pub struct Specification {
/// Name of new virtual machine to create.
pub name: String,