aboutsummaryrefslogtreecommitdiff
path: root/aoc-2020-gleam/manifest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'aoc-2020-gleam/manifest.toml')
-rw-r--r--aoc-2020-gleam/manifest.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc-2020-gleam/manifest.toml b/aoc-2020-gleam/manifest.toml
index e349bd0..fd44967 100644
--- a/aoc-2020-gleam/manifest.toml
+++ b/aoc-2020-gleam/manifest.toml
@@ -3,9 +3,11 @@
packages = [
{ name = "gleam_erlang", version = "0.18.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "C69F59D086AD50B80DE294FB0963550630971C9DC04E92B1F7AEEDD2C0BE226C" },
+ { name = "gleam_otp", version = "0.5.3", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "gleam_otp", source = "hex", outer_checksum = "6E705B69464237353E0380AC8143BDB29A3F0BF6168755D5F2D6E55A34A8B077" },
{ name = "gleam_stdlib", version = "0.27.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "9DBDD21B48C654182CDD8AA15ACF85E8E74A0438583C68BD7EF08BE89F999C6F" },
]
[requirements]
gleam_erlang = "~> 0.17"
+gleam_otp = "~> 0.5"
gleam_stdlib = "~> 0.26"