aboutsummaryrefslogtreecommitdiff
path: root/lib/manifest.toml
blob: a5dc3b1dbefafe38cb9dd98f724584e063a4afca (plain)
1
2
3
4
5
6
7
8
9
10
11
# This file was generated by Gleam
# You typically do not need to edit this file

packages = [
  { name = "funtil", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "funtil", source = "hex", outer_checksum = "408E301240E6039FA0D9AB24E648FC176DFB82486835AFE23FE59B40222CEC9A" },
  { name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
]

[requirements]
funtil = { version = "~> 1.0" }
gleam_stdlib = { version = "~> 0.30" }