5
0
Fork 0
backend-auth/Cargo.toml

16 lines
317 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"
urlencoded = "0.6.0"