diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-20 20:03:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-20 20:03:54 -0700 |
commit | 4e5bbda758b15478d892d6a6a231d7208fd79d61 (patch) | |
tree | e8a8ac77e2292dcfd221d421efa3814edf5a3b5f | |
parent | 30b0bdb93389f98cb355f8128032a37772437ae5 (diff) | |
download | geniza-4e5bbda758b15478d892d6a6a231d7208fd79d61.tar.gz geniza-4e5bbda758b15478d892d6a6a231d7208fd79d61.zip |
include log crate
-rw-r--r-- | Cargo.lock | 1 | ||||
-rw-r--r-- | Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ dependencies = [ "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "integer-encoding 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", @@ -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" |