lock cargo, fix io

This commit is contained in:
John Smith
2022-01-29 13:49:27 -05:00
parent d709e7d484
commit 172730a132
5 changed files with 90 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ use crate::veilid_client_capnp::*;
use async_executors::{AsyncStd, LocalSpawnHandleExt};
use capnp::capability::Promise;
use capnp_rpc::{pry, rpc_twoparty_capnp, twoparty, Disconnector, RpcSystem};
use futures::AsyncReadExt;
use futures::io::AsyncReadExt;
use std::cell::RefCell;
use std::net::SocketAddr;
use std::rc::Rc;