16 lines
446 B
TOML
Executable File
16 lines
446 B
TOML
Executable File
[package]
|
|
name = "foxtrot_mfa"
|
|
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.2", features = ["mtls"] }
|
|
sqlx = { version = "0.6", features = [ "runtime-async-std-native-tls", "mysql" ] }
|
|
argon2 = "0.4.1"
|
|
rand = { version = "0.8", features = ["std"] }
|
|
openssl = "0.10.42"
|
|
totp-rs = "3.1.0"
|
|
data-encoding = "1.1.0"
|