mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-11-04 03:03:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			197 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			197 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
publish = false
 | 
						|
name = "wasm-one"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
reqwest = "0.12"
 | 
						|
async-std = "1"
 | 
						|
tracing = "0.1"
 | 
						|
tracing-futures = "0.2"
 | 
						|
serde = "1"
 | 
						|
serde_json = "1"
 |