aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f974ccc..8cff0fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sputnik"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"
description = "A lightweight layer on top of hyper to facilitate building web applications."
@@ -22,4 +22,5 @@ httpdate = "0.3.2"
mime = "0.3"
rand = "0.7.3"
sha2 = "0.9"
-time = "0.2" \ No newline at end of file
+time = "0.2"
+thiserror = "1.0" \ No newline at end of file