Dependancies moving to full asynchronous libraries
This commit is contained in:
parent
5a2a87fff7
commit
c98d6dc503
1414
server/Cargo.lock
generated
1414
server/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,31 +4,18 @@ version = "0.1.0"
|
|||||||
authors = ["shockrah <alejandros714@protonmail.com>"]
|
authors = ["shockrah <alejandros714@protonmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = "0.4.2"
|
tokio = { version = "0.2", features=["full"] }
|
||||||
serde = "1.0"
|
hyper = "0.13"
|
||||||
serde_derive = "1.0"
|
futures = "0.3"
|
||||||
serde_json = "1.0"
|
url = "2.1.1"
|
||||||
toml = "0.4.2"
|
|
||||||
diesel = { version = "1.4.2", features = ["chrono"] }
|
|
||||||
dotenv = "0.9.0"
|
dotenv = "0.9.0"
|
||||||
rand = "0.7.3"
|
|
||||||
chrono = "0.4.0"
|
chrono = "0.4.0"
|
||||||
time = "0.2"
|
time = "0.2"
|
||||||
|
|
||||||
getrandom = "0.1"
|
getrandom = "0.1"
|
||||||
bcrypt = "0.6"
|
bcrypt = "0.6"
|
||||||
base64 = "0.12.1"
|
base64 = "0.12.1"
|
||||||
|
rand = "0.7.3"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
|
||||||
version = "0.4.2"
|
|
||||||
default-features = false
|
|
||||||
features = [
|
|
||||||
"diesel_mysql_pool",
|
|
||||||
"json",
|
|
||||||
"tera_templates",
|
|
||||||
"serve",
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user