mirror of
https://github.com/tower-rs/tower.git
synced 2026-04-19 13:16:18 +00:00
layer: remove unused dependencies (#351)
This commit is contained in:
@@ -22,8 +22,6 @@ categories = ["asynchronous", "network-programming"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
|
||||
[dev-dependencies]
|
||||
void = "1.0.2"
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
/// # use std::task::{Poll, Context};
|
||||
/// # use tower_layer::Layer;
|
||||
/// # use std::fmt;
|
||||
/// # use void::Void;
|
||||
///
|
||||
/// pub struct LogLayer {
|
||||
/// target: &'static str,
|
||||
|
||||
Reference in New Issue
Block a user