echo-server: Update.

pull/13/head
Jim Blandy 3 years ago
parent f84cdb094d
commit 002cb75b78

@ -2,5 +2,6 @@
name = "echo-server"
version = "0.1.0"
authors = ["You <you@example.com>"]
edition = "2018"
[dependencies]

@ -1,3 +1,6 @@
#![warn(rust_2018_idioms)]
#![allow(elided_lifetimes_in_paths)]
use std::net::TcpListener;
use std::io;
use std::thread::spawn;

Loading…
Cancel
Save