You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
398 B
TOML

[package]
name = "tempest-tmp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = {version = "0.5.0-rc.1", features = ["json"] }
serde = "1.0.132"
rexiv2 = "0.9.1"
rand = "0.8.4"
uuid = {version = "0.8.2", features = ["v4", "serde"] }
chrono = "0.4.19"
bcrypt = "0.10.1"
rpassword = "5.0.1"