Reexport/tokio serde (#332)

Re-export tokio_serde when the serde-transport feature is enabled.
This commit is contained in:
Frederik-Baetens
2020-11-09 21:56:46 +01:00
committed by GitHub
parent 0bb2e2bbbe
commit 25aa857edf
5 changed files with 6 additions and 6 deletions

View File

@@ -6,8 +6,7 @@
use clap::{App, Arg};
use std::{io, net::SocketAddr};
use tarpc::{client, context};
use tokio_serde::formats::Json;
use tarpc::{client, context, tokio_serde::formats::Json};
#[tokio::main]
async fn main() -> io::Result<()> {