Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
azyobuzin committed Apr 2, 2017
1 parent 30d1239 commit ed84e09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
@@ -1,14 +1,18 @@
[package]
name = "oauthcli"
version = "1.0.2"
version = "1.0.4"
authors = ["azyobuzin <azyobuzin@users.sourceforge.jp>"]
description = "Implementation of OAuth 1.0 (and Twitter's f*ckin' OAuth) Client"
documentation = "https://docs.rs/oauthcli/1.0.2/oauthcli/"
documentation = "https://docs.rs/oauthcli/1.0.4/oauthcli/"
repository = "https://github.com/azyobuzin/rust-oauthcli"
readme = "README.md"
keywords = ["oauth"]
categories = ["authentication"]
license = "MIT/Apache-2.0"

[badges]
travis-ci = { repository = "azyobuzin/rust-oauthcli" }

[dependencies]
rand = "0.3"
rust-crypto = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016 azyobuzin and contributors
Copyright (c) 2015-2017 azyobuzin and contributors

Licensed under either of

Expand Down

0 comments on commit ed84e09

Please sign in to comment.