aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-09-21 00:21:43 +0200
committerJokler <jokler.contact@gmail.com>2018-09-21 00:21:43 +0200
commit625ca41cf54bac0268f7bde9d7ad9017c03d5919 (patch)
treeae32e4e08972488904027d3b57ed9ec9f97f871e /Cargo.lock
parent448b52d250c61fb719477c01c633593c3da68fba (diff)
downloadfrippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.tar.gz
frippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.zip
Quote: Add initial quote plugin
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a3fcb18..d5c4cc4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -416,6 +416,7 @@ dependencies = [
"log4rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rlua 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)",