summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-27 11:02:38 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-11-28 17:33:46 +0100
commit00eb7439dbf6e0556089bc0435d7d585411340a1 (patch)
tree55835f71ce7f22361d643ba891b869a425a5b9aa /Cargo.toml
parentf4c1193ea1f93c7984d23a1366efe41d66fa732d (diff)
Add test for log::Level deserialization
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 34e5532..586730b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,3 +53,4 @@ glob = "0.3"
lazy_static = "1"
notify = "^5.0.0"
temp-env = "0.3.0"
+log = { version = "0.4", features = ["serde"] }