|
|
|
@ -46,13 +46,10 @@ broadcaster = { version = "0.2.6", optional = true, default-features = false, fe
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
femme = "1.2.0"
|
|
|
|
|
surf = "1.0.2"
|
|
|
|
|
# surf = "1.0.2"
|
|
|
|
|
tempdir = "0.3.7"
|
|
|
|
|
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
|
|
|
|
|
|
|
|
|
|
# These are used by the book for examples
|
|
|
|
|
futures-channel-preview = "=0.3.0-alpha.19"
|
|
|
|
|
futures-util-preview = "=0.3.0-alpha.19"
|
|
|
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
|
surf = { git = "https://github.com/taiki-e/surf", branch = "futures" }
|
|
|
|
|