mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
Bumped version to 0.1.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "yup-oauth2"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
repository = "https://github.com/Byron/yup/lib/oauth2"
|
||||
description = """A partial oauth2 implementation, providing the 'device' authorization flow.
|
||||
@@ -21,4 +21,4 @@ rustc-serialize = "*"
|
||||
getopts = "*"
|
||||
|
||||
[dev-dependencies.yup-hyper-mock]
|
||||
path = "../hyper-mock"
|
||||
git = "https://github.com/Byron/yup-hyper-mock"
|
||||
|
||||
16
etc/sublime-text/yup-oauth2-rs.sublime-project
Normal file
16
etc/sublime-text/yup-oauth2-rs.sublime-project
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"follow_symlinks": true,
|
||||
"path": "../..",
|
||||
"file_exclude_patterns" : [
|
||||
"Cargo.lock"
|
||||
],
|
||||
"folder_exclude_patterns" : [
|
||||
"target",
|
||||
".git",
|
||||
],
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user