Skip to content

Commit

Permalink
Added fields to Cargo.toml before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Sep 28, 2020
1 parent ee628dd commit 946577f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
[package]
name = "actix-cbor"
version = "0.1.0"
authors = ["noah <nomaxx117@gmail.com>"]
authors = ["noah <noah.kennedy.professional@gmail.com>"]
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"]
Expand Down

0 comments on commit 946577f

Please sign in to comment.