mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 08:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			544 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			544 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "pruner"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
storage = { path = "../storage" }
 | 
						|
storage-async = { path = "../storage-async" }
 | 
						|
miner = { path = "../miner" }
 | 
						|
anyhow = "1.0.86"
 | 
						|
tokio = "1.37.0"
 | 
						|
rand = "0.8.5"
 | 
						|
task_executor = { path = "../../common/task_executor" }
 | 
						|
tracing = "0.1.40"
 | 
						|
ethereum-types = "0.14.1"
 | 
						|
contract-interface = { path = "../../common/contract-interface" }
 | 
						|
ethers = "^2"
 | 
						|
ethers-core = { version = "^2" }
 | 
						|
zgs_spec = { path = "../../common/spec" }
 | 
						|
chrono = { version = "0.4", features = ["serde"] }
 |