aboutsummaryrefslogtreecommitdiff
path: root/src/ship.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ship.rs')
-rw-r--r--src/ship.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ship.rs b/src/ship.rs
index f38d1f9..ed2d95c 100644
--- a/src/ship.rs
+++ b/src/ship.rs
@@ -29,7 +29,7 @@ impl ToString for Sha256 {
}
/// Describes a starship, or a way to install a distribution
-#[derive(Serialize, Deserialize)]
+#[derive(Serialize, Deserialize, Debug)]
pub struct Ship {
/// The common name of the distribution (e.g "Arch Linux")
pub name: String,