summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-04 14:29:00 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-04 14:29:00 +0100
commite11811d6425a8caced83fd2d5ebce55b04c6c1c2 (patch)
treea097f4350b19edea2a8c3c90e29ef03c9624a5f8 /Cargo.toml
parentaa06f2658bdc2af1d3561fff32faa17191d1eb6e (diff)
downloadsubplot-e11811d6425a8caced83fd2d5ebce55b04c6c1c2.tar.gz
chore: Enable tracing
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c4dca22..baeada4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,6 +42,9 @@ file_diff = "1"
pikchr = "0.1"
lazy_static = "1"
git-testament = "0.2"
+tracing = "0.1"
+tracing-appender = "0.1"
+tracing-subscriber = "0.2"
[dependencies.tera]
version = "1"