# 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" }, ] [requirements] argv = { version = ">= 1.1.0 and < 2.0.0" }