Añade seguimiento de la traza de ejecución

This commit is contained in:
Manuel Cillero 2022-02-14 22:52:41 +01:00
parent 5d2901d32a
commit cb557f4a86
7 changed files with 57 additions and 12 deletions

View file

@ -30,6 +30,12 @@ figlet-rs = "0.1.3"
config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
tracing = "0.1"
tracing-log = "0.1"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
tracing-bunyan-formatter = "0.3"
tracing-actix-web = "0.2"
fluent-templates = "0.6.1"
unic-langid = "0.9.0"