Skip to content

Commit

Permalink
rename bins (tokio-rs#44)
Browse files Browse the repository at this point in the history
This better supports `cargo install mini-redis`.
  • Loading branch information
carllerche authored May 15, 2020
1 parent a372a3c commit a3f3dd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a3f3dd8

Please sign in to comment.