diff options
| author | Teddy Wing | 2018-11-09 13:52:47 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-11-09 13:52:47 +0100 | 
| commit | aa61179522f3e2be4577dd9abab50b02c574973f (patch) | |
| tree | cad1cbf17c6acef017ad1d689173c7ca0442417b | |
| parent | 9976b0cbeb9a0cbb81e7b5debbec0019de2c068d (diff) | |
| download | dome-key-web-aa61179522f3e2be4577dd9abab50b02c574973f.tar.bz2 | |
Add 'error-chain' crate
| -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" | 
