rename bins (#44)

This better supports `cargo install mini-redis`.
This commit is contained in:
Carl Lerche
2020-05-15 14:23:58 -07:00
committed by GitHub
parent a372a3cb8c
commit a3f3dd867d

View File

@@ -12,6 +12,14 @@ An incomplete implementation of a Rust client and server. Used as a
larger example of an idiomatic Tokio application.
"""
[[bin]]
name = "mini-redis-cli"
path = "src/bin/cli.rs"
[[bin]]
name = "mini-redis-server"
path = "src/bin/server.rs"
[dependencies]
async-stream = "0.2.1"
atoi = "0.3.2"