21 lines
		
	
	
		
			469 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			469 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "h2"
 | |
| version = "0.1.0"
 | |
| authors = ["Carl Lerche <me@carllerche.com>"]
 | |
| 
 | |
| [dependencies]
 | |
| futures = "0.1"
 | |
| tokio-io = "0.1"
 | |
| tokio-timer = { git = "https://github.com/tokio-rs/tokio-timer" }
 | |
| bytes = "0.4"
 | |
| http = { path = "/Users/carllerche/Code/Oss/Tokio/tower/http" }
 | |
| log = "0.3.8"
 | |
| # tower = { path = "/Users/carllerche/Code/Oss/Tokio/tower/tower-http" }
 | |
| fnv = "1.0.5"
 | |
| 
 | |
| [dev-dependencies]
 | |
| hex = "0.2.0"
 | |
| walkdir = "1.0.0"
 | |
| serde = "1.0.0"
 | |
| serde_json = "1.0.0"
 |