aboutsummaryrefslogtreecommitdiff
path: root/codingquest2024/manifest.toml
diff options
context:
space:
mode:
authorH.J <thechairman@thechairman.info>2024-03-05 15:19:16 -0500
committerH.J <thechairman@thechairman.info>2024-03-05 15:19:16 -0500
commitcff195a4712e959f6ed6284e600486bc183f8184 (patch)
treef7ffe472be96e7530aabf38de214bf20f82ad9fa /codingquest2024/manifest.toml
parentd80c00650f3621210f901023bc9a9dae71b20e46 (diff)
downloadgleam_aoc-cff195a4712e959f6ed6284e600486bc183f8184.tar.gz
gleam_aoc-cff195a4712e959f6ed6284e600486bc183f8184.zip
CodingQuest day 1 in Gleam
Diffstat (limited to 'codingquest2024/manifest.toml')
-rw-r--r--codingquest2024/manifest.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/codingquest2024/manifest.toml b/codingquest2024/manifest.toml
new file mode 100644
index 0000000..39304c1
--- /dev/null
+++ b/codingquest2024/manifest.toml
@@ -0,0 +1,13 @@
+# This file was generated by Gleam
+# You typically do not need to edit this file
+
+packages = [
+ { name = "gleam_stdlib", version = "0.36.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "C0D14D807FEC6F8A08A7C9EF8DFDE6AE5C10E40E21325B2B29365965D82EB3D4" },
+ { name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
+ { name = "simplifile", version = "1.5.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "EB9AA8E65E5C1E3E0FDCFC81BC363FD433CB122D7D062750FFDF24DE4AC40116" },
+]
+
+[requirements]
+gleam_stdlib = { version = "~> 0.34 or ~> 1.0" }
+gleeunit = { version = "~> 1.0" }
+simplifile = { version = "~> 1.5"}