summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e19c8c236f53b620e5fed9302ddc05def3392e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "systemhttp"
version = "0.1.0"
authors = ["Kjetil Orbekk <kjetil.orbekk@gmail.com>"]

[dependencies]
iron = "*"
iron-sessionstorage = "*"
log = "*"
env_logger = "*"
router = "*"
horrorshow = "*"
staticfile = "*"
regex = "*"
sqlite = "*"
rust-crypto = "*"
base64 = "*"