From 6f329557aff3c7810699bf1bafa0a073798e1b9f Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 10 Mar 2021 20:51:26 +0100 Subject: feat: add logging with slog --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 946f7fc..f0d9f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,11 @@ actix-rt = "1.0.0" actix-web = "2.0.0" actix-http = "1.0.1" actix-service = "1.0.5" + +slog = "2.4.1" +slog-term = "2.5.0" +slog-async = "2.4.0" + dotenv = "0.15.0" config = "0.10.1" serde = { version = "1.0.104", features = ["derive"] } -- cgit v1.2.3-18-g5258