mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 00:27:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			326 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			326 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "merkle_tree"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
						|
 | 
						|
[dependencies]
 | 
						|
merkle_light = { path = "../../common/merkle_light" }
 | 
						|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
hex = "0.4.3" |