glentities/manifest.toml

12 lines
633 B
TOML
Raw Normal View History

2023-02-12 19:25:09 +00:00
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
2023-07-22 08:09:00 +00:00
{ name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
2023-02-12 19:25:09 +00:00
{ name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
]
[requirements]
2023-07-22 08:09:00 +00:00
gleam_stdlib = { version = "~> 0.29" }
gleeunit = { version = "~> 0.10" }