We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdba12b commit 2965f9aCopy full SHA for 2965f9a
Cargo.toml
@@ -3,6 +3,14 @@ authors = ["Carl Lerche <[email protected]>"]
3
edition = "2018"
4
name = "mini-redis"
5
version = "0.1.0"
6
+license = "MIT"
7
+readme = "README.md"
8
+documentation = "https://docs.rs/mini-redis/0.1.0/mini-redis/"
9
+repository = "https://github.com/tokio-rs/mini-redis"
10
+description = """
11
+An incomplete implementation of a Rust client and server. Used as a
12
+larger example of an idiomatic Tokio application.
13
+"""
14
15
[dependencies]
16
async-stream = "0.2.1"
0 commit comments