diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-21 11:41:15 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-21 11:41:15 -0700 |
commit | cb63f207258071ade7f300dc63e9ed8cb98a1353 (patch) | |
tree | 890b60b373f7ccf4908d6aad9358cacd604d84e1 /rust/Cargo.lock | |
parent | 51770fc2ed70569f72f2af610d2102a49c15601e (diff) | |
download | fatcat-cb63f207258071ade7f300dc63e9ed8cb98a1353.tar.gz fatcat-cb63f207258071ade7f300dc63e9ed8cb98a1353.zip |
actually log errors
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cdbdd1d8..c8dc516f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -302,6 +302,7 @@ dependencies = [ "iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "iron-slog 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "iron-test 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |