aboutsummaryrefslogtreecommitdiff
path: root/aoc-2020-gleam/manifest.toml
diff options
context:
space:
mode:
authorTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-01-27 16:19:57 +0100
committerTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-01-27 16:19:57 +0100
commit96d397d8e184606315ef0e08273cea4f3fcd3f5d (patch)
tree2c52afd9b71a4025bcb7a9a554ba9098b0453f71 /aoc-2020-gleam/manifest.toml
parent29c49417f89169c03ca05724da3c88880d3a1a17 (diff)
downloadgleam_aoc2020-96d397d8e184606315ef0e08273cea4f3fcd3f5d.tar.gz
gleam_aoc2020-96d397d8e184606315ef0e08273cea4f3fcd3f5d.zip
Solve day 1 of 2020 in Gleam
Diffstat (limited to 'aoc-2020-gleam/manifest.toml')
-rw-r--r--aoc-2020-gleam/manifest.toml11
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"