diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-12-01 22:17:09 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-12-06 16:20:50 +0000 |
commit | e32d68d064c4663818dc5445541f2cd67d2e04dc (patch) | |
tree | 5270ebce540312e8d7ea76a78e656726245920e0 /manifest.toml | |
download | tour-e32d68d064c4663818dc5445541f2cd67d2e04dc.tar.gz tour-e32d68d064c4663818dc5445541f2cd67d2e04dc.zip |
Rename
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.toml b/manifest.toml new file mode 100644 index 0000000..c4da273 --- /dev/null +++ b/manifest.toml @@ -0,0 +1,17 @@ +# This file was generated by Gleam +# You typically do not need to edit this file + +packages = [ + { name = "gleam_stdlib", version = "0.33.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "539E37A2AA5EBE8E75F4B74755E4CC604BD957C3000AC8D705A2024886A2738B" }, + { name = "gleeunit", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D3682ED8C5F9CAE1C928F2506DE91625588CC752495988CBE0F5653A42A6F334" }, + { name = "htmb", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "htmb", source = "hex", outer_checksum = "30D448F0E15DFCF7283AAAC2F351D77B9D54E318219C9FDDB1877572B67C27B7" }, + { name = "simplifile", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "0BD6F0E7DA1A7E11D18B8AD48453225CAFCA4C8CFB4513D217B372D2866C501C" }, + { name = "snag", version = "0.2.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "8FD70D8FB3728E08AC425283BB509BB0F012BE1AE218424A597CDE001B0EE589" }, +] + +[requirements] +gleam_stdlib = { version = "~> 0.32" } +gleeunit = { version = "~> 1.0" } +htmb = { version = "~> 1.1" } +simplifile = { version = "~> 1.0" } +snag = { version = "~> 0.2" } |