From 00bab6d45e7dd31a58f760643bf30baaf695c686 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 4 May 2017 21:34:16 +0200 Subject: add a license --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1cfafd1..d935e42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,18 @@ name = "circular" version = "0.1.0" authors = ["Geoffroy Couprie "] +description = "A stream abstraction designed for use with nom" +license = "MIT" +repository = "https://github.com/sozu-proxy/circular" +readme = "README.md" + +include = [ + "LICENSE", + "README.md", + ".gitignore", + ".travis.yml", + "Cargo.toml", + "src/*.rs", +] [dependencies] -- cgit