chore(*): remove or update obsolete TODOs

This commit is contained in:
oxalica 2024-10-08 23:19:04 -04:00
parent ff7fd9e4b2
commit b8921a5485
6 changed files with 5 additions and 7 deletions

View file

@ -12,7 +12,7 @@ anyhow = "1"
axum = { version = "0.7", features = ["ws"] }
axum-extra = "0.9"
clap = { version = "4", features = ["derive"] }
data-encoding = "2" # TODO: Also use it for hex?
data-encoding = "2"
ed25519-dalek = "2"
futures-util = "0.3"
hex = { version = "0.4", features = ["serde"] }