diff options
Diffstat (limited to 'aoc-2020-gleam/manifest.toml')
-rw-r--r-- | aoc-2020-gleam/manifest.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/aoc-2020-gleam/manifest.toml b/aoc-2020-gleam/manifest.toml new file mode 100644 index 0000000..b1d3141 --- /dev/null +++ b/aoc-2020-gleam/manifest.toml @@ -0,0 +1,11 @@ +# This file was generated by Gleam +# You typically do not need to edit this file + +packages = [ + { name = "gleam_erlang", version = "0.17.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "BAAA84F5BCC4477E809BA3E03BB3009A3894A6544C1511626C44408E39DB2AE6" }, + { name = "gleam_stdlib", version = "0.26.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "6221F9D7A08B6D6DBCDD567B2BB7C4B2A7BBF4C04C6110757BE04635143BDEC8" }, +] + +[requirements] +gleam_erlang = "~> 0.17" +gleam_stdlib = "~> 0.26" |