mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
domain verification
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -21,7 +21,9 @@ path = "./src/main.rs"
|
||||
name = "tests-migrate"
|
||||
path = "./src/tests-migrate.rs"
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "kv-test-util"
|
||||
path = "./src/api/v1/tests/kvserver.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
@@ -29,6 +31,9 @@ actix = "0.11"
|
||||
actix-identity = "0.3"
|
||||
actix-http = "2.2"
|
||||
actix-rt = "2"
|
||||
awc = "3.0.0-beta.3"
|
||||
|
||||
futures = "0.3"
|
||||
|
||||
sqlx = { version = "0.5.0", features = [ "runtime-actix-rustls", "postgres" ] }
|
||||
argon2-creds = { version = "0.2", git = "https://github.com/realaravinth/argon2-creds", commit = "61f2d1d" }
|
||||
@@ -53,3 +58,6 @@ lazy_static = "1.4"
|
||||
m_captcha = { version = "0.1.2", git = "https://github.com/mCaptcha/mCaptcha" }
|
||||
|
||||
rand = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
rt = { package = "actix-rt", version = "1"}
|
||||
|
||||
Reference in New Issue
Block a user