convert hand-written enum as_str matches to strum derives workspace-wide
This commit is contained in:
parent
0d6c003fa8
commit
299add158f
14 changed files with 70 additions and 113 deletions
|
|
@ -38,6 +38,7 @@ reqwest = { workspace = true, features = [
|
|||
"multipart",
|
||||
] }
|
||||
serde = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
# Only for restoring the default SIGPIPE disposition at startup — see
|
||||
# `restore_sigpipe` in src/main.rs. std has no safe API for it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue