deploy config

This commit is contained in:
lelgenio 2024-06-22 13:42:24 -03:00
parent da40e48b19
commit d0a7e7ec88
10 changed files with 231 additions and 39 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "warthunder-confidential-document-leak-counter"
name = "warthunder-leak-counter"
version = "0.1.0"
edition = "2021"
@ -17,5 +17,5 @@ time = "0.3.36"
tokio = { version = "1.38.0", features = ["full"] }
tower-http = { version = "0.5.2", features = ["trace", "fs"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }