aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authornotgne22021-01-08 14:33:14 -0700
committernotgne22021-01-08 14:33:14 -0700
commitaa42daa8002f17c33a0a56abc110ca1bc14e8cc2 (patch)
treee571f367d56c17befdcf723ba44f70da853cdff7 /Cargo.toml
parent4ba83f14ceb7136794e7676b71688b903d2c60ab (diff)
parent12fee773d5a3a142a8cb9b57e57ff2be98346584 (diff)
Merge branch 'notgne2/new-logger'
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 335dcc8..b48eea3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ serde = "1.0.104"
merge = "0.1.0"
whoami = "0.9.0"
log = "0.4"
-pretty_env_logger = "0.4"
+flexi_logger = "0.16"
notify = "5.0.0-pre.3"
futures-util = "0.3.6"
fork = "0.1"
@@ -27,6 +27,7 @@ thiserror = "1.0"
toml = "0.5"
yn = "0.1"
rnix = "0.8"
+signal-hook = "0.3"
# smol_str is required by rnix, but 0.1.17 doesn't build on rustc
# 1.45.2 (shipped in nixos-20.09); it requires rustc 1.46.0. See