5
0
Fork 0
backend-auth/Cargo.toml

17 lines
336 B
TOML
Raw Normal View History

2019-02-22 23:08:10 +08:00
[package]
name = "backend-auth"
version = "0.1.0"
authors = ["UnicodingUnicorn <7555ic@gmail.com>"]
edition = "2018"
[dependencies]
dotenv = "0.13.0"
lazy_static = "1.2.0"
iron = "0.6.0"
router = "0.6.0"
jsonwebtoken = "5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
2019-03-23 21:35:13 +08:00
serde_qs = "0.4.5"
urlencoded = "0.6.0"