summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-07-12 22:58:45 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-07-12 22:58:45 -0400
commitba1ab61901e657903a34b0b0acecb81c12b5e0d0 (patch)
treebd9052ffb3c507a1cd27254e3134632d32e6daba /Cargo.toml
parente033861befa702b9110d531c4d17b40305915ffc (diff)
add: Request logging (enabled with RUST_LOG=logger=info)
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 b55533f..9f288a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Kjetil Ørbekk <kj@orbekk.com>"]
[dependencies]
iron = "~0.5.0"
+logger = "~0.3.0"
router = "~0.5.0"
handlebars = "~0.26.0"
handlebars-iron = "~0.24.0"