(feat): improvements to the slow
This commit is contained in:
parent
8bc3215ab8
commit
c51c0f2e83
7 changed files with 76 additions and 21 deletions
1
example/backend/Cargo.lock
generated
1
example/backend/Cargo.lock
generated
|
|
@ -1990,6 +1990,7 @@ dependencies = [
|
|||
"reqwest",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.10.9",
|
||||
"thiserror 2.0.18",
|
||||
"tokio",
|
||||
"url",
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@ fn main() {
|
|||
|
||||
println!("TAUTH_PRIVATE_KEY={}", keys.private);
|
||||
println!("TAUTH_PUBLIC_KEY={}", keys.public);
|
||||
println!("TAUTH_PUBLIC_KEY_SHA256={}", keys.public_hash);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue