Fork of daniellemaywood.uk/gleam — Wasm codegen work
568 B
14 lines
1# Do not manually edit this file, it is managed by Gleam.
2#
3# This file locks the dependency versions used, to make your build
4# deterministic and to prevent unexpected versions from being included
5# in your application.
6#
7# You should check this file into your source control repository.
8
9packages = [
10 { name = "argv", version = "1.1.0", build_tools = ["gleam"], requirements = [], otp_app = "argv", source = "hex", outer_checksum = "3277D100448BDB4A29B6D58C0F36F631CBC349E8BDD09766C6309DF202831140" },
11]
12
13[requirements]
14argv = { version = ">= 1.1.0 and < 2.0.0" }