aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2017-11-07 01:31:42 +0100
committerTeddy Wing2017-11-07 01:31:42 +0100
commitbadfb8684f89168d6b596954ebb3dd4d6a000b8c (patch)
tree8a1d0b722ab72d061aa8740f3a114cf3532b4789 /Cargo.toml
parentd85fd1df8ec05e7c190f3840b95d4b44352d1981 (diff)
downloadkipper-badfb8684f89168d6b596954ebb3dd4d6a000b8c.tar.bz2
Add 'rouille' crate
A neat web micro-framework. Seems small and lightweight, nice macro syntax. Upgraded to Rust 1.21.0 at the same time, as it or its dependencies wouldn't compile on 1.16.0.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c0545b..9a1986a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,3 +3,4 @@ name = "kipper"
version = "0.0.1"
[dependencies]
+rouille = "1.0.3"