Skip to content

Commit 2965f9a

Browse files
authored
Prepare v0.1.0 release (#42)
1 parent fdba12b commit 2965f9a

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
@@ -3,6 +3,14 @@ authors = ["Carl Lerche <[email protected]>"]
33
edition = "2018"
44
name = "mini-redis"
55
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+
"""
614

715
[dependencies]
816
async-stream = "0.2.1"

0 commit comments

Comments
 (0)