Skip to content

Commit

Permalink
Update Cargo.toml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Nov 6, 2019
1 parent c12c8d7 commit 2359cec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ description = "Minimal JSON Web Token library built on top of ring"
repository = "https://github.com/bluk/min_jwt"
authors = ["Bryant Luk <code@bryantluk.com>"]
edition = "2018"
readme = "README.md"
include = [
"src/**/*.rs",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
]

[dependencies]
base64 = "0.11.0"
Expand Down

0 comments on commit 2359cec

Please sign in to comment.