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
@@ -32,6 +32,7 @@ shrinkwraprs = "0.2.1"
diesel-derive-newtype = "0.1.2"
glob = "0.3.0"
lindera-tantivy = { version = "0.1.3", optional = true }
tracing = "0.1.22"
[dependencies.chrono]
features = ["serde"]