summaryrefslogtreecommitdiffstats
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-14 19:03:27 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-14 19:03:27 -0800
commit1888cea5544682a4d9084b1c1df36e363b32b861 (patch)
treee980eeb8acf5a2819689ddcd5277ad7a3e9236e6 /rust/Cargo.lock
parent4d0f994fd3c149c7de3640c21db503cbfb0a7039 (diff)
downloadfatcat-1888cea5544682a4d9084b1c1df36e363b32b861.tar.gz
fatcat-1888cea5544682a4d9084b1c1df36e363b32b861.zip
add serde deps directly to fatcat crate
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index e89954ad..c0df5a2a 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -538,6 +538,9 @@ dependencies = [
"rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sentry 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",