forked from hayleigh-dot-dev/gleam-yak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
13 lines (11 loc) · 838 Bytes
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
{ name = "eval", version = "0.2.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "eval", source = "hex", outer_checksum = "8B3C0BF41078C0313B01967DA92EFBBBA948267DDA19B11C00211E900535BA96" },
{ name = "gleam_stdlib", version = "0.21.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "FB03CD50B477867DA65B1318252ABA02F76175754762D15BF6C792CF5B85BCC4" },
{ name = "gleeunit", version = "0.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5BF486C3E135B7F5ED8C054925FC48E5B2C79016A39F416FD8CF2E860520EE55" },
]
[requirements]
eval = "~> 0.2.1"
gleam_stdlib = "~> 0.20"
gleeunit = "~> 0.6"