Skip to content

Commit

Permalink
prepare 0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Nov 15, 2020
1 parent 915df1e commit 8917608
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ version = "0.0.1"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Form data parsing for the gotham web framework"
keywords = ["gotham", "formdata", "form", "html", "multipart"]
keywords = ["gotham", "html", "form", "urlencoded", "multipart"]
categories = ["web-programming", "web-programming::http-server"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/msrd0/gotham_formdata"
include = ["src/**", "Cargo.toml", "LICENSE", "README.md"]

[features]
default = ["regex"]
Expand Down
5 changes: 3 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ name = "gotham_formdata_derive"
version = "0.0.1"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Form data parsing for the gotham web framework - Derive macros"
description = "Derive macros for gotham_formdata"
license = "Apache-2.0"
repository = "https://github.com/msrd0/gotham_formdata"
include = ["src/**", "Cargo.toml", "LICENSE"]

[lib]
proc-macro = true

[features]
# This crate is only meant to be imported (and re-exported) by gotham_formdata, so default features make no sense.
[features]
regex = []

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions derive/LICENSE

0 comments on commit 8917608

Please sign in to comment.