Dependancies moving to full asynchronous libraries

This commit is contained in:
shockrah 2020-06-01 22:19:06 -07:00
parent 5a2a87fff7
commit c98d6dc503
2 changed files with 522 additions and 921 deletions

1414
server/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,31 +4,18 @@ version = "0.1.0"
authors = ["shockrah <alejandros714@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.4.2"
diesel = { version = "1.4.2", features = ["chrono"] }
tokio = { version = "0.2", features=["full"] }
hyper = "0.13"
futures = "0.3"
url = "2.1.1"
dotenv = "0.9.0"
rand = "0.7.3"
chrono = "0.4.0"
time = "0.2"
getrandom = "0.1"
bcrypt = "0.6"
base64 = "0.12.1"
[dependencies.rocket_contrib]
version = "0.4.2"
default-features = false
features = [
"diesel_mysql_pool",
"json",
"tera_templates",
"serve",
]
rand = "0.7.3"