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

@@ -4,8 +4,9 @@ use async_std::prelude::FutureExt;
use capnp::capability::Promise;
use capnp_rpc::{pry, rpc_twoparty_capnp, twoparty, RpcSystem};
use failure::*;
use futures::io::AsyncReadExt;
use futures::FutureExt as FuturesFutureExt;
use futures::{AsyncReadExt, StreamExt};
use futures::StreamExt;
use log::*;
use std::cell::RefCell;
use std::collections::HashMap;