summaryrefslogtreecommitdiffstats
path: root/src/configs/vagrant.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/vagrant.rs')
-rw-r--r--src/configs/vagrant.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configs/vagrant.rs b/src/configs/vagrant.rs
index 2d351ffa5..60460941f 100644
--- a/src/configs/vagrant.rs
+++ b/src/configs/vagrant.rs
@@ -1,8 +1,9 @@
use crate::config::ModuleConfig;
+use serde::Serialize;
use starship_module_config_derive::ModuleConfig;
-#[derive(Clone, ModuleConfig)]
+#[derive(Clone, ModuleConfig, Serialize)]
pub struct VagrantConfig<'a> {
pub format: &'a str,
pub symbol: &'a str,