Add tracing crate to dependences

This commit is contained in:
Kitaiti Makoto
2021-01-03 19:20:35 +09:00
parent d0dd23a1af
commit 7f1b33a567
4 changed files with 18 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ shrinkwraprs = "0.3.0"
syntect = "4.5.0"
tokio = "0.1.22"
regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] }
tracing = "0.1.22"
[dependencies.chrono]
features = ["serde"]