From 554f19dee78ff311268274a5443e40b08348862b Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 11 Feb 2019 09:55:10 -0200 Subject: [PATCH] Added the logging library we are going to use --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3879c1..5354d42 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ This is mostly an experiment in creating microservices with Rust. renders the template back to disk. Uses: * [Actic-web](https://github.com/actix/actix-web) for the web interface. * [Clap](https://github.com/clap-rs/clap) for the command line options. + * [Log-Derive](https://github.com/elichai/log-derive) for logging.