Skip to content

Commit

Permalink
Add lib to Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Dec 25, 2016
1 parent de4e9db commit 9997ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ keywords = ["JWT"]
license = "MIT"
documentation = "https://durch.github.io/rust-jwt/"

[lib]
name = "jwt"
path = "src/lib.rs"

[dependencies]
serde = "0.8"
serde_derive = "0.8"
Expand Down

0 comments on commit 9997ce3

Please sign in to comment.