Padel-Tournaments-System/backend/Cargo.toml

18 lines
366 B
TOML
Raw Normal View History

2022-04-22 01:08:54 +02:00
[package]
name = "hello_world"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "*", features = ["full"] }
tokio = { version = "*", features = ["full"] }
mysql = "*"
serde_json = "*"
serde = "*"
serde_derive = "*"
bcrypt = "0.12"
rand = "0.3.0"