mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
Ser/de bitflags as raw integers
This commit is contained in:
parent
501b3e8db4
commit
d672d067cd
3 changed files with 17 additions and 4 deletions
|
@ -7,7 +7,8 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
axum = { version = "0.7.5", features = ["tokio"] }
|
||||
bitflags = { version = "2.6.0", features = ["serde"] }
|
||||
bitflags = "2.6.0"
|
||||
bitflags_serde_shim = "0.2.5"
|
||||
clap = { version = "4.5.16", features = ["derive"] }
|
||||
ed25519-dalek = { version = "2.1.1", features = ["digest", "serde"] }
|
||||
futures-util = "0.3.30"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue