fix: format the rust code

This commit is contained in:
sanix-darker
2024-07-12 14:54:38 +02:00
parent aa9d49cfda
commit 0b19c940f1
4 changed files with 631 additions and 27 deletions
+2
View File
@@ -27,6 +27,8 @@ version = "1"
features = ["full"]
[dev-dependencies]
clippy = "^0.0.302"
rustfmt = "^0.10"
assert_matches = "^1.5"
dotenv = "^0.15"
tokio = { version = "1", features = ["full"] }