diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 22:09:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 22:14:36 -0700 |
commit | f7f18bb588023e869c347ddfd23bf1ed5d16e527 (patch) | |
tree | 98f39ef82561ffa74dfe64740391e595995df89c /rust/Cargo.toml | |
parent | 538cd2ec602a044dc36ca81d9a2a07863080c764 (diff) | |
download | fatcat-f7f18bb588023e869c347ddfd23bf1ed5d16e527.tar.gz fatcat-f7f18bb588023e869c347ddfd23bf1ed5d16e527.zip |
improvements to fatcat-export output
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7c6695d5..f9a439db 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -38,6 +38,7 @@ serde_json = "1.0" # Command-line tools crossbeam-channel = "0.2" num_cpus = "1" +env_logger = "*" # Unused (hyper 0.11 and https) #hyper-openssl = {version = "0.2", optional = true} |