21 lines
338 B
TOML
21 lines
338 B
TOML
[package]
|
|
name = "client"
|
|
version = "0.1.0"
|
|
authors = ["shockrah <alejandros714@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = { version = "0.2", features=["full"] }
|
|
hyper = "0.13"
|
|
futures = "0.3"
|
|
url = "2.1.1"
|
|
|
|
dotenv = "0.9.0"
|
|
|
|
chrono = "0.4.0"
|
|
time = "0.2"
|
|
|
|
getrandom = "0.1"
|
|
bcrypt = "0.6"
|
|
base64 = "0.12.1"
|
|
rand = "0.7.3" |