Prepare v0.1.0 release (#42)

This commit is contained in:
Carl Lerche
2020-05-13 13:50:09 -07:00
committed by GitHub
parent fdba12b964
commit 2965f9a1cf

View File

@@ -3,6 +3,14 @@ authors = ["Carl Lerche <me@carllerche.com>"]
edition = "2018"
name = "mini-redis"
version = "0.1.0"
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/mini-redis/0.1.0/mini-redis/"
repository = "https://github.com/tokio-rs/mini-redis"
description = """
An incomplete implementation of a Rust client and server. Used as a
larger example of an idiomatic Tokio application.
"""
[dependencies]
async-stream = "0.2.1"