inth-oauth2/Cargo.toml

10 lines
163 B
TOML
Raw Normal View History

2015-11-28 06:09:30 +00:00
[package]
2015-11-28 07:59:18 +00:00
name = "inth-oauth2"
2015-11-28 06:09:30 +00:00
version = "0.1.0"
authors = ["Curtis McEnroe <programble@gmail.com>"]
2015-11-28 08:36:03 +00:00
[dependencies]
2015-11-28 18:09:43 +00:00
chrono = "0.2.17"
2015-11-28 18:12:35 +00:00
hyper = "0.6"
2015-11-28 08:36:03 +00:00
url = "0.5.0"