summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-04 14:59:31 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-04 16:43:27 +0100
commit3ff4fee49963d461fd5dcc896a0ea10ed63759eb (patch)
treeefd063a59b136c1011e1b0f9e6719d877834d4f2 /Cargo.toml
parent7188fc9ee1d3b2eaf0ee6f5f2a152a7237329ced (diff)
Add FileSink as LogSink implementation that writes to a file
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3555de7..52a5faf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ ascii_table = "3"
terminal_size = "0.1"
atty = "0.2"
csv = "1.1"
+chrono = "0.4"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }