12 lines
		
	
	
		
			659 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			659 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file was generated by Gleam
 | 
						|
# You typically do not need to edit this file
 | 
						|
 | 
						|
packages = [
 | 
						|
  { 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" },
 | 
						|
]
 | 
						|
 | 
						|
[requirements]
 | 
						|
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
 | 
						|
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
 |