2 files changed,
0 insertions(+),
3 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-10-17 14:12:51 +0300
Change ID:
vqnqtlonlmwmontmpxlntotozqlrkwsx
Parent:
630532a
jump to
| M | gleam.toml |
| M | manifest.toml |
M
gleam.toml
@@ -5,7 +5,6 @@ licences = ["GLWTPL"]
repository = { type = "github", user = "olexsmir", repo = "gbf" } [dependencies] -gleam_erlang = ">= 1.3.0 and < 2.0.0" gleam_stdlib = ">= 0.44.0 and < 2.0.0" splitter = ">= 1.1.0 and < 2.0.0"
M
manifest.toml
@@ -2,14 +2,12 @@ # This file was generated by Gleam
# You typically do not need to edit this file packages = [ - { name = "gleam_erlang", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "1124AD3AA21143E5AF0FC5CF3D9529F6DB8CA03E43A55711B60B6B7B3874375C" }, { name = "gleam_stdlib", version = "0.65.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "7C69C71D8C493AE11A5184828A77110EB05A7786EBF8B25B36A72F879C3EE107" }, { name = "gleeunit", version = "1.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "FDC68A8C492B1E9B429249062CD9BAC9B5538C6FBF584817205D0998C42E1DAC" }, { name = "splitter", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "splitter", source = "hex", outer_checksum = "05564A381580395DCDEFF4F88A64B021E8DAFA6540AE99B4623962F52976AA9D" }, ] [requirements] -gleam_erlang = { version = ">= 1.3.0 and < 2.0.0" } gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" } gleeunit = { version = ">= 1.0.0 and < 2.0.0" } splitter = { version = ">= 1.1.0 and < 2.0.0" }