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"