feat(blahd): impl ETag for server metadata

This commit is contained in:
oxalica 2024-09-25 14:08:12 -04:00
parent 70481e6c74
commit cd7d0f773f
3 changed files with 13 additions and 7 deletions

View file

@ -8,6 +8,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?
ed25519-dalek = "2"
futures-util = "0.3"
hex = { version = "0.4", features = ["serde"] }