quick bodge (fix later)

This commit is contained in:
2025-05-24 01:02:46 +12:00
parent 9001a92273
commit 6b0ee8eafb
4 changed files with 176 additions and 48 deletions

20
Cargo.lock generated
View File

@ -1355,7 +1355,16 @@ dependencies = [
]
[[package]]
name = "redlib"
name = "redox_syscall"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
dependencies = [
"bitflags",
]
[[package]]
name = "redsunlib"
version = "0.36.0"
dependencies = [
"arc-swap",
@ -1402,15 +1411,6 @@ dependencies = [
"uuid",
]
[[package]]
name = "redox_syscall"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
version = "1.11.1"