Skip to content

Commit

Permalink
branca: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
return committed Dec 2, 2018
1 parent 2924bfd commit 5f5eaae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
[package]
name = "branca"
description = "A Rust implementation of the branca specification, a JWT alternative."
version = "0.1.1"
version = "0.2.0"
authors = ["return"]
keywords = ["fernet", "branca", "crypto", "jwt"]
keywords = ["fernet", "branca", "cryptography", "aead", "xchacha20_poly1305"]
categories = ["cryptography"]
readme = "README.md"
license = "MIT"
documentation = "https://docs.rs/branca"
repository = "https://github.com/return/branca"

[badges]
travis-ci = { repository = "return/branca", branch = "master" }
maintenance = { status = "actively-developed" }

[dependencies]
base-x = "0.2.3"
byteorder = "1.2.7"
chrono = { version = "0.4.6", features = ["serde"] }
sodiumoxide = {version = "^0.2.0"}


[[example]]
name = "example"
path = "test/main.rs"

0 comments on commit 5f5eaae

Please sign in to comment.