summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-09-05 09:49:24 +0200
committerYorhel <git@yorhel.nl>2016-09-05 09:49:24 +0200
commit39515558ad68edffc6fe52936714fcefbfc58949 (patch)
treecb6891169c101638ff798b268b0aa66328845e3a /Cargo.toml
parent72813e1af8aaeef36a22592b83204dcbb48afdd9 (diff)
Add some buffer handling + improve error handling a bit
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 19f4424..541ce84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ getopts = "0.2"
nom = "1.2"
mio = "0.6"
slab = "0.3.0"
+netbuf = "0.3.2"