mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
Enforce sorted fields for signed payloads
This commit is contained in:
parent
74bd0d42e2
commit
cf5d648315
3 changed files with 45 additions and 6 deletions
|
@ -28,5 +28,8 @@ tracing = "0.1.40"
|
|||
tracing-subscriber = "0.3.18"
|
||||
uuid = { version = "1.10.0", features = ["serde", "v4"] }
|
||||
|
||||
[dev-dependencies]
|
||||
syn = { version = "2.0.76", features = ["full", "visit"] }
|
||||
|
||||
[workspace]
|
||||
members = [ "./blahctl" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue