Cors support (#62)
Some checks failed
Rust Build / Check (push) Successful in 38s
Rust Build / Test Suite (push) Failing after 1m0s
Rust Build / Rustfmt (push) Successful in 30s
Rust Build / Clippy (push) Successful in 39s
Rust Build / build (push) Successful in 51s

Reviewed-on: #62
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-10-10 20:32:29 +00:00
committed by phoenix
parent a66ab7826c
commit 473b4ec762
8 changed files with 102 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
// TODO: Get rid of this file and place the code in more appropriate places
pub mod callers;
pub mod config;
pub mod hashing;