refactor(server): use base64 crate instead of custom implementation

This commit is contained in:
2026-02-05 13:22:31 +02:00
parent d235a5d2c7
commit a5f0253cc4
4 changed files with 9 additions and 36 deletions

View File

@@ -10,6 +10,7 @@ license = "MIT OR Apache-2.0"
[workspace.dependencies]
aws-lc-rs = "1"
base64 = "0.22"
cargo-husky = { version = "1", default-features = false, features = [
"user-hooks",
] }