mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 08:37:27 +00:00 
			
		
		
		
	* Change miner id logic & request miner id automatically * Not enable all features in the test workflow. * Auto configurable mining period * Adjust test params for ci
		
			
				
	
	
		
			14 lines
		
	
	
		
			262 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			262 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "contract-interface"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
build = "build.rs"
 | 
						|
 | 
						|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
						|
 | 
						|
[dependencies]
 | 
						|
ethers = "^2"
 | 
						|
serde_json = "1.0.82"
 | 
						|
 | 
						|
[features]
 | 
						|
dev = [] |