From 406a3e662b3fafd73ab72a6f7bd4e22131654dfb Mon Sep 17 00:00:00 2001 From: diogo464 Date: Mon, 7 Feb 2022 15:45:21 +0000 Subject: snapshot --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ea24a57..b7a73a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ edition = "2021" ansi_term = "0.12.1" anyhow = "1.0.53" clap = { version = "3.0.14", features = ["derive"] } +flexi_logger = "0.22.3" +log = "0.4.14" serde = { version = "1.0.136", features = ["derive"] } slotmap = "1.0.6" toml = "0.5.8" -- cgit