Version 0.1.0
This commit is contained in:
parent
4b1edd3145
commit
31343875ce
|
@ -1,7 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "inth-oauth2"
|
name = "inth-oauth2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
description = "OAuth2 client"
|
||||||
|
keywords = ["authentication", "authorization", "auth", "oauth"]
|
||||||
|
|
||||||
authors = ["Curtis McEnroe <programble@gmail.com>"]
|
authors = ["Curtis McEnroe <programble@gmail.com>"]
|
||||||
|
license = "ISC"
|
||||||
|
|
||||||
|
documentation = "https://cmcenroe.me/inth-oauth2/inth_oauth2"
|
||||||
|
repository = "https://github.com/programble/inth-oauth2"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.2.17"
|
chrono = "0.2.17"
|
||||||
|
|
Loading…
Reference in New Issue