Missing Cargo changes
This commit is contained in:
parent
998e3de74b
commit
39d12d7765
|
@ -5,17 +5,16 @@ authors = ["alex"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch="master" }
|
||||||
|
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", branch="master" }
|
||||||
futures = "0.1.21"
|
futures = "0.1.21"
|
||||||
hyper = "0.12.25"
|
|
||||||
hyper-router = "0.5"
|
|
||||||
ldap3 = "0.6"
|
ldap3 = "0.6"
|
||||||
tokio = "0.1.0"
|
tokio = "0.1.0"
|
||||||
base64 = "0.10.0"
|
base64 = "0.10.0"
|
||||||
serde = "1.0.40"
|
serde = "1.0.40"
|
||||||
serde_json = "1.0.40"
|
serde_json = "1.0.40"
|
||||||
serde_derive = "1.0.40"
|
serde_derive = "1.0.40"
|
||||||
biscuit = "0.3.1"
|
biscuit = "0.4.1"
|
||||||
ring = "0.16.5"
|
|
||||||
num = "0.2"
|
num = "0.2"
|
||||||
openssl = "0.10.28"
|
openssl = "0.10.28"
|
||||||
env_logger = "0.7.1"
|
env_logger = "0.7.1"
|
||||||
|
|
Loading…
Reference in New Issue