style(actix-rt): enforce spaces around equals in `Cargo.toml`

This commit is contained in:
Erich Gubler 2020-02-25 17:27:15 -07:00
parent 92bb2337b3
commit d3c0643ef0
No known key found for this signature in database
GPG Key ID: 2300EF1601E7583C
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ path = "src/lib.rs"
[dependencies]
actix-macros = "0.1.0"
actix-threadpool = "0.3"
futures-channel = "0.3.1"
futures-channel = { version = "0.3.1", default-features = false }
futures-util = { version = "0.3.1", default-features = false }
copyless = "0.1.4"
tokio = { version = "0.2.6", default-features=false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }
tokio = { version = "0.2.6", default-features = false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }