mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 08:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "zgs_seal"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
ethereum-types = "0.14"
 | 
						|
zgs_spec = {path = "../spec"}
 | 
						|
tiny-keccak = { version = "2.0.2", features = ["keccak"] } |