Enforce sorted fields for signed payloads

This commit is contained in:
oxalica 2024-08-29 18:56:52 -04:00
parent 74bd0d42e2
commit cf5d648315
3 changed files with 45 additions and 6 deletions

View file

@ -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" ]