Some checks failed
		
		
	
	Run Check Script / check (pull_request) Failing after 1m21s
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			549 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			549 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [package]
 | |
| name = "harmony-tryrust"
 | |
| edition = "2024"
 | |
| version = "0.1.0"
 | |
| 
 | |
| [dependencies]
 | |
| harmony = { path = "../../../nationtech/harmony/harmony" }
 | |
| harmony_cli = { path = "../../../nationtech/harmony/harmony_cli" }
 | |
| harmony_types = { path = "../../../nationtech/harmony/harmony_types" }
 | |
| harmony_macros = { path = "../../../nationtech/harmony/harmony_macros" }
 | |
| tokio = { version = "1.40", features = [
 | |
|   "io-std",
 | |
|   "fs",
 | |
|   "macros",
 | |
|   "rt-multi-thread",
 | |
| ] }
 | |
| log = { version = "0.4", features = ["kv"] }
 | |
| env_logger = "0.11"
 | |
| url = "2.5"
 | |
| base64 = "0.22.1"
 |