summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-25 06:47:48 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-25 06:47:48 -0400
commit8d414d7b8fdcad0466f413419d37edc1ebf922d0 (patch)
treefe3b3717bba6ae9fc05a2e8ff78c7a0aeaa3e691 /Cargo.lock
parent652f6ad4da9918410780ce9f3187f3d3d1f9278c (diff)
journal: Get unit log
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db77859..9abbf50 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -7,6 +7,7 @@ dependencies = [
"iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"iron-sessionstorage 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"router 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]