This commit is contained in:
2025-11-15 00:34:04 +01:00
parent 38ed2842ff
commit 260671f3ad
18 changed files with 338 additions and 25 deletions

12
Cargo.lock generated
View File

@@ -97,6 +97,17 @@ version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "async-trait"
version = "0.1.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atoi"
version = "2.0.0"
@@ -1131,6 +1142,7 @@ name = "ox_speak_server"
version = "0.1.0"
dependencies = [
"arc-swap",
"async-trait",
"axum",
"chrono",
"dotenvy",