# Do not manually edit this file, it is managed by Gleam. # # This file locks the dependency versions used, to make your build # deterministic and to prevent unexpected versions from being included # in your application. # # You should check this file into your source control repository. packages = [ { name = "argv", version = "1.1.0", build_tools = ["gleam"], requirements = [], otp_app = "argv", source = "hex", outer_checksum = "3277D100448BDB4A29B6D58C0F36F631CBC349E8BDD09766C6309DF202831140" }, { name = "gleam_crypto", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_crypto", source = "hex", outer_checksum = "2DE9E4EF53CF6FEE049D4F765731F7178F7A11AEFAE00EEE63BF7536B354AD3F" }, { name = "gleam_stdlib", version = "1.0.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1F543AFBA5D33DA493E6087F4E4C4F20D899411343512686C98A8ABB2963CF22" }, { name = "gleam_time", version = "1.8.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_time", source = "hex", outer_checksum = "533D8723774D61AD4998324F5DD1DABDCDBFABAFB9E87CB5D03C6955448FC97D" }, { name = "gleeunit", version = "1.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "EC31ABA74256AEA531EDF8169931D775BBB384FED0A8A1BDC4DD9354E3E21826" }, { name = "thirtytwo", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "thirtytwo", source = "hex", outer_checksum = "AB56E6C649BF73E6102F7DFCB5B24556CD77E87EA4DAA8E83D2BAACBE064FFC5" }, ] [requirements] argv = { version = ">= 1.0.0 and < 2.0.0" } gleam_crypto = { version = ">= 1.5.1 and < 2.0.0" } gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" } gleam_time = { version = ">= 1.8.0 and < 2.0.0" } gleeunit = { version = ">= 1.0.0 and < 2.0.0" } thirtytwo = { version = ">= 1.0.0 and < 2.0.0" }