aboutsummaryrefslogtreecommitdiff
path: root/aoc-2020-gleam/manifest.toml
diff options
context:
space:
mode:
authorTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-04-29 17:36:32 +0200
committerTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-04-29 17:36:32 +0200
commitf85ca4b4d827a45662bbcd39ab5c4e374a636aa1 (patch)
tree20e001d26623e0021e416beed7b1d2ea8ab6254f /aoc-2020-gleam/manifest.toml
parentd784615b34eeba427bc107d0d0971ac6617cc966 (diff)
downloadgleam_aoc2020-f85ca4b4d827a45662bbcd39ab5c4e374a636aa1.tar.gz
gleam_aoc2020-f85ca4b4d827a45662bbcd39ab5c4e374a636aa1.zip
Finish day 14
Diffstat (limited to 'aoc-2020-gleam/manifest.toml')
-rw-r--r--aoc-2020-gleam/manifest.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/aoc-2020-gleam/manifest.toml b/aoc-2020-gleam/manifest.toml
index fd44967..288ecfe 100644
--- a/aoc-2020-gleam/manifest.toml
+++ b/aoc-2020-gleam/manifest.toml
@@ -2,12 +2,14 @@
# You typically do not need to edit this file
packages = [
+ { name = "gleam_bitwise", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_bitwise", source = "hex", outer_checksum = "6064699EFBABB1CA392DCB193D0E8B402FB042B4B46857B01E6875E643B57F54" },
{ 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_otp", version = "0.5.3", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_erlang"], 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_bitwise = "~> 1.2"
gleam_erlang = "~> 0.17"
gleam_otp = "~> 0.5"
gleam_stdlib = "~> 0.26"