diff options
author | Teddy Wing | 2017-11-07 01:31:42 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-07 01:31:42 +0100 |
commit | badfb8684f89168d6b596954ebb3dd4d6a000b8c (patch) | |
tree | 8a1d0b722ab72d061aa8740f3a114cf3532b4789 /Cargo.toml | |
parent | d85fd1df8ec05e7c190f3840b95d4b44352d1981 (diff) | |
download | kipper-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ name = "kipper" version = "0.0.1" [dependencies] +rouille = "1.0.3" |