mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
code review fixes
This commit is contained in:
@ -6,6 +6,6 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.7"
|
||||
tokio = "*"
|
||||
futures = "*"
|
||||
bytes = "*"
|
||||
tokio = "0.1"
|
||||
futures = "0.1"
|
||||
bytes = "0.4"
|
||||
|
@ -1,8 +1,3 @@
|
||||
extern crate actix;
|
||||
extern crate bytes;
|
||||
extern crate futures;
|
||||
extern crate tokio;
|
||||
|
||||
use actix::{Actor, AsyncContext, Context, Message, StreamHandler};
|
||||
use bytes::BytesMut;
|
||||
use futures::stream::SplitSink;
|
||||
|
Reference in New Issue
Block a user