Tests with the puzzle's sample inputs are included. Change-Id: I32cd59b9e3894bde3d67ebdc3a977961b17bdb49 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2223 Reviewed-by: kanepyork <rikingcoding@gmail.com> Tested-by: BuildkiteCI
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "day01"
 | 
						|
version = "0.1.0"
 | 
						|
authors = ["Kane York <kanepyork@gmail.com>"]
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
						|
 | 
						|
[dependencies]
 | 
						|
anyhow = "1.0.34"
 |