diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-31 13:20:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-31 13:20:02 -0800 |
commit | f9c15a4fc22cb87179e459a283146769e612a92b (patch) | |
tree | 0f82f216fa17a2178b766d0af76cb8be7657ddee /rust/Cargo.lock | |
parent | 8a6ab2ed76d725e6e8d47e51572f009407ed5ca2 (diff) | |
download | fatcat-f9c15a4fc22cb87179e459a283146769e612a92b.tar.gz fatcat-f9c15a4fc22cb87179e459a283146769e612a92b.zip |
wire-up auth config via ENV
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 b76367b0..817697be 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -380,6 +380,7 @@ dependencies = [ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "macaroon 0.1.1 (git+https://github.com/bnewbold/libmacaroon-rs?branch=bnewbold-broken)", "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |