From f1c85008736e9317e0ef97266ef26afd94d27287 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 23 Mar 2025 23:35:17 +0800 Subject: [PATCH] feat: updates --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3ab685..21a45bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,6 @@ keywords = ["crypto", "ecdsa", "ecdh", "secure-enclave"] categories = ["cryptography"] [dependencies] +hex = "0.4.3" base64 = "0.22.1" rust_util = "0.6.47" - -[dev-dependencies] -hex = "0.4.3"