diff options
-rw-r--r-- | license-generator/Cargo.lock | 1 | ||||
-rw-r--r-- | license-generator/Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/license-generator/Cargo.lock b/license-generator/Cargo.lock index 0d37cd5..733d2c9 100644 --- a/license-generator/Cargo.lock +++ b/license-generator/Cargo.lock @@ -282,6 +282,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "license-generator" version = "0.0.1" dependencies = [ + "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)", "mysql 14.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/license-generator/Cargo.toml b/license-generator/Cargo.toml index 97f1b0c..d031794 100644 --- a/license-generator/Cargo.toml +++ b/license-generator/Cargo.toml @@ -3,6 +3,7 @@ name = "license-generator" version = "0.0.1" [dependencies] +error-chain = "0.12.0" fastcgi = "1.0.0" mysql = "14.1.1" |