mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
feat(blahd): impl ETag for server metadata
This commit is contained in:
parent
70481e6c74
commit
cd7d0f773f
3 changed files with 13 additions and 7 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue