From 2965f9a1cf5eb87e75526a896babc442f0e2be7e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 13 May 2020 13:50:09 -0700 Subject: [PATCH] Prepare v0.1.0 release (#42) --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1e3856a..f7c52a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,14 @@ authors = ["Carl Lerche "] 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"