[package] name = "surf-tide-proxy-example" version = "0.1.0" authors = ["Jacob Rothstein "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] surf = { git = "https://github.com/http-rs/surf", branch = "master" } tide = { git = "https://github.com/http-rs/tide", branch = "master" } async-std = { version = "1.5.0", features = ["attributes"]}