summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3117bbe93e2599bca5b0ec3292d1b000c6ed7efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "webs"
version = "0.1.0"
authors = ["Yorhel <git@yorhel.nl>"]

[dependencies]
log = "0.*"
env_logger = "0.*"
getopts = "0.2"
nom = "1.2"
# Need >0.6.0 for a fix to issue #465
mio = { git = "https://github.com/carllerche/mio" }
slab = "0.3.0"
netbuf = "0.3.2"
# Need >1.1.2 for Display trait on Error
httparse = { git = "https://github.com/seanmonstar/httparse" }