schoollabs/Cargo.toml

15 lines
392 B
TOML
Raw Permalink Normal View History

2021-12-06 19:53:37 +01:00
[package]
name = "school_labs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0-rc.1"
2022-01-12 08:37:42 +01:00
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
2021-12-06 20:45:44 +01:00
mongodb = "2.0.0"
2022-01-12 08:37:42 +01:00
tokio = "*"
serde = { version = "1.0", features = ["derive"] }
tokio-test = "0.4.2"
bcrypt = "0.10.1"