Add allow_non_snake on fields in rust

This commit is contained in:
Fabian Stamm
2022-12-28 10:19:45 +01:00
parent 46aff0c61b
commit a291851b5a
4 changed files with 8 additions and 3 deletions

View File

@ -12,5 +12,4 @@ serde_json = "1.0.88"
nanoid = "0.4.0"
tokio = { version = "1.22.0", features = ["full"] }
log = "0.4.17"
simple_logger = { version = "4.0.0", features = ["threads", "colored", "timestamps", "stderr"] }
async-trait = "0.1.59"