add loop command
All checks were successful
tests / fmt (push) Successful in 57s
tests / clippy (push) Successful in 1m16s
tests / pre-commit (push) Successful in 1m14s
tests / build (push) Successful in 1m30s
tests / test (push) Successful in 1m36s

This commit is contained in:
2024-06-17 14:56:39 +02:00
parent 55fe212424
commit 54c36688b7
10 changed files with 223 additions and 18 deletions

11
Cargo.lock generated
View File

@@ -1064,9 +1064,9 @@ dependencies = [
[[package]]
name = "memchr"
version = "2.7.2"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "mime"
@@ -1209,6 +1209,8 @@ name = "ohrwurm"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"dashmap",
"dotenv",
"futures",
"regex",
@@ -1227,6 +1229,7 @@ dependencies = [
"twilight-standby",
"twilight-util",
"url",
"uuid",
]
[[package]]
@@ -1488,9 +1491,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags 2.5.0",
]