Padel-Tournaments-System/backend/Cargo.toml
2022-04-22 01:14:43 +02:00

18 lines
366 B
TOML

[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"