diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-09-21 00:21:43 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-09-21 00:21:43 +0200 |
| commit | 625ca41cf54bac0268f7bde9d7ad9017c03d5919 (patch) | |
| tree | ae32e4e08972488904027d3b57ed9ec9f97f871e /Cargo.lock | |
| parent | 448b52d250c61fb719477c01c633593c3da68fba (diff) | |
| download | frippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.tar.gz frippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.zip | |
Quote: Add initial quote plugin
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)", |
