mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-09 22:07:05 -06:00
Use query not param, anyhow for errors, websocket tx result tracing
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -76,6 +76,12 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.95"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.83"
|
||||
@@ -313,6 +319,7 @@ dependencies = [
|
||||
name = "dynamic-preauth"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"futures-util",
|
||||
"rand",
|
||||
|
||||
Reference in New Issue
Block a user