aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-20 20:03:54 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-20 20:03:54 -0700
commit4e5bbda758b15478d892d6a6a231d7208fd79d61 (patch)
treee8a8ac77e2292dcfd221d421efa3814edf5a3b5f /Cargo.toml
parent30b0bdb93389f98cb355f8128032a37772437ae5 (diff)
downloadgeniza-4e5bbda758b15478d892d6a6a231d7208fd79d61.tar.gz
geniza-4e5bbda758b15478d892d6a6a231d7208fd79d61.zip
include log crate
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 24cb389..3fb3e9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ error-chain = "0.7"
env_logger = "0.3"
rand = "0.3"
protobuf = "1.3"
+log = "0.3"
[dev-dependencies]
tempdir = "0.3"