From 946577f4708ce8d5faa99f5a50392af23bd0c021 Mon Sep 17 00:00:00 2001 From: noah Date: Mon, 28 Sep 2020 15:29:50 -0500 Subject: [PATCH] Added fields to Cargo.toml before publishing. --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46c3a79..2518e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] name = "actix-cbor" version = "0.1.0" -authors = ["noah "] +authors = ["noah "] edition = "2018" +description = "CBOR support for Actix-Web" +readme = "README.md" +repository = "https://github.com/Noah-Kennedy/actix-cbor" +license = "MIT OR Apache-2.0" +keywords = ["serde", "actix", "cbor", "web", "async"] +categories = ["encoding", "web-programming", "compression", "asynchronous"] +exclude = ["CHANGELOG.md"] +publish = true [features] compress = ["actix-web/compress"]