-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
13 lines (11 loc) · 944 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 = "file_streams", version = "0.5.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "file_streams", source = "hex", outer_checksum = "EEBAB0F3032E38D7E0513BEC7B8B5331508446C3A154880A09812392F79EA5CF" },
{ name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "663CF11861179AF415A625307447775C09404E752FF99A24E2057C835319F1BE" },
{ name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" },
]
[requirements]
file_streams = { version = ">= 0.5.0 and < 1.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }