This commit is contained in:
parent
71158b56a0
commit
96d8588130
3 changed files with 3 additions and 4 deletions
|
@ -18,7 +18,7 @@ gleam_erlang = ">= 1.0.0 and < 2.0.0"
|
|||
gleam_otp = ">= 1.0.0 and < 2.0.0"
|
||||
gleam_community_ansi = ">= 1.4.3 and < 2.0.0"
|
||||
shore = ">= 1.1.0 and < 2.0.0"
|
||||
spacetraders_sdk = ">= 1.5.5 and < 2.0.0"
|
||||
spacetraders_sdk = ">= 1.5.6 and < 2.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
gleeunit = ">= 1.5.1 and < 2.0.0"
|
||||
|
|
|
@ -20,7 +20,7 @@ packages = [
|
|||
{ name = "ranger", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_yielder"], otp_app = "ranger", source = "hex", outer_checksum = "C8988E8F8CDBD3E7F4D8F2E663EF76490390899C2B2885A6432E942495B3E854" },
|
||||
{ name = "shore", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], otp_app = "shore", source = "hex", outer_checksum = "B5929F807459EAE243E4664D41F02696B5D3E9CE314971E8C2ECB57007CA9210" },
|
||||
{ name = "simplifile", version = "2.2.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "C88E0EE2D509F6D86EB55161D631657675AA7684DAB83822F7E59EB93D9A60E3" },
|
||||
{ name = "spacetraders_sdk", version = "1.5.5", build_tools = ["gleam"], requirements = ["birl", "gleam_http", "gleam_httpc", "gleam_json", "gleam_stdlib"], otp_app = "spacetraders_sdk", source = "hex", outer_checksum = "62CE20A246D4D148A9CB89B3B11A2EFD7A7AE3863D6A24BAB1CE77FD82527535" },
|
||||
{ name = "spacetraders_sdk", version = "1.5.6", build_tools = ["gleam"], requirements = ["birl", "gleam_http", "gleam_httpc", "gleam_json", "gleam_stdlib"], otp_app = "spacetraders_sdk", source = "hex", outer_checksum = "C5B5EB49730AB3C662242FA700D3CAE0F319223DF0D76A6BE2FFC9B8C5D63058" },
|
||||
]
|
||||
|
||||
[requirements]
|
||||
|
@ -36,4 +36,4 @@ gleam_otp = { version = ">= 1.0.0 and < 2.0.0" }
|
|||
gleam_stdlib = { version = ">= 0.60.0 and < 1.0.0" }
|
||||
gleeunit = { version = ">= 1.5.1 and < 2.0.0" }
|
||||
shore = { version = ">= 1.1.0 and < 2.0.0" }
|
||||
spacetraders_sdk = { version = ">= 1.5.5 and < 2.0.0" }
|
||||
spacetraders_sdk = { version = ">= 1.5.6 and < 2.0.0" }
|
||||
|
|
|
@ -190,7 +190,6 @@ pub fn ship(ship: Ship) -> Nil {
|
|||
let now = birl.now()
|
||||
io.println(ansi.bold(ansi.underline(ansi.blue("Ship"))))
|
||||
io.println(ansi.bold("Symbol:\t\t") <> ship_symbol.to_string(ship.symbol))
|
||||
io.println(ansi.bold("Name:\t\t") <> ship.registration.name)
|
||||
io.println(
|
||||
ansi.bold("Role:\t\t") <> ship_role.to_string(ship.registration.role),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue