diff options
Diffstat (limited to 'license-generator/Cargo.lock')
-rw-r--r-- | license-generator/Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/license-generator/Cargo.lock b/license-generator/Cargo.lock index 4540e25..11725de 100644 --- a/license-generator/Cargo.lock +++ b/license-generator/Cargo.lock @@ -282,12 +282,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "license-generator" version = "0.0.1" dependencies = [ + "aquatic-prime 0.0.1", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "fastcgi 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mysql 14.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "paddle 0.0.1", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "simplelog 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |