BASED
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2024-12-18 19:24:38 +01:00
parent 764bef6457
commit 58a661d0ed
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
14 changed files with 118 additions and 456 deletions

43
Cargo.lock generated
View file

@ -149,6 +149,34 @@ version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "based"
version = "0.1.0"
source = "git+https://git.hydrar.de/jmarya/based#98048ce522db134fe3e863538db6793068085b80"
dependencies = [
"bcrypt",
"chrono",
"dashmap",
"data-encoding",
"env_logger",
"futures",
"hex",
"log",
"maud",
"rand",
"rayon",
"regex",
"ring",
"rocket",
"rocket_cors",
"serde",
"serde_json",
"sqlx",
"tokio",
"uuid",
"walkdir",
]
[[package]]
name = "bcrypt"
version = "0.16.0"
@ -370,6 +398,20 @@ dependencies = [
"typenum",
]
[[package]]
name = "dashmap"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
name = "data-encoding"
version = "2.6.0"
@ -2912,6 +2954,7 @@ checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
name = "watchdogs"
version = "0.1.0"
dependencies = [
"based",
"bcrypt",
"chrono",
"data-encoding",