Skip to content

Commit a3f3dd8

Browse files
authored
rename bins (#44)
This better supports `cargo install mini-redis`.
1 parent a372a3c commit a3f3dd8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ An incomplete implementation of a Rust client and server. Used as a
1212
larger example of an idiomatic Tokio application.
1313
"""
1414

15+
[[bin]]
16+
name = "mini-redis-cli"
17+
path = "src/bin/cli.rs"
18+
19+
[[bin]]
20+
name = "mini-redis-server"
21+
path = "src/bin/server.rs"
22+
1523
[dependencies]
1624
async-stream = "0.2.1"
1725
atoi = "0.3.2"

0 commit comments

Comments
 (0)