diff options
Diffstat (limited to 'src/star.rs')
-rw-r--r-- | src/star.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/star.rs b/src/star.rs index a9f3bfa..30222a1 100644 --- a/src/star.rs +++ b/src/star.rs @@ -51,7 +51,8 @@ pub struct NewPlanet { pub max_mem: Memory, pub max_cpus: CpuCount, pub disk_size_mb: u64, - pub ship: Ship, + /// shasum of the ship + pub ship: String, } impl Star { |