feat: add captcha support for sign in/up (#4582)

This commit is contained in:
DarkSky
2023-10-18 03:06:07 -05:00
committed by GitHub
parent 524e48c8e6
commit 63ca9671be
42 changed files with 1275 additions and 302 deletions
+1
View File
@@ -0,0 +1 @@
../../native/src/hashcash.rs
+2
View File
@@ -1,5 +1,7 @@
#![deny(clippy::all)]
pub mod hashcash;
use std::{
collections::HashMap,
fmt::{Debug, Display},