aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-11-09 13:52:47 +0100
committerTeddy Wing2018-11-09 13:52:47 +0100
commitaa61179522f3e2be4577dd9abab50b02c574973f (patch)
treecad1cbf17c6acef017ad1d689173c7ca0442417b
parent9976b0cbeb9a0cbb81e7b5debbec0019de2c068d (diff)
downloaddome-key-web-aa61179522f3e2be4577dd9abab50b02c574973f.tar.bz2
Add 'error-chain' crate
-rw-r--r--license-generator/Cargo.lock1
-rw-r--r--license-generator/Cargo.toml1
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"