serialize Keypair using tokenator

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-03-17 18:11:41 -04:00
parent 1e05fa551d
commit 0bd486a8f4
4 changed files with 133 additions and 0 deletions

2
Cargo.lock generated
View File

@@ -1344,6 +1344,7 @@ dependencies = [
"serde_derive",
"serde_json",
"thiserror 2.0.12",
"tokenator",
"tokio",
"tracing",
"url",
@@ -2748,6 +2749,7 @@ dependencies = [
"strum_macros",
"tempfile",
"thiserror 2.0.12",
"tokenator",
"tracing",
"url",
"uuid",