summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-11-03 18:51:19 +0200
committerCyril Plisko <cyril.plisko@mountall.com>2016-11-03 20:31:19 +0200
commitadd9c4b27a71e295381297bcd6d0ad69e7ebeaf8 (patch)
treeea94fb81e39ded7b620afba2cf7d4a5aa52ee9aa /Cargo.toml
parentbcfc0fd5db0cee241dd61f0afab114359852d544 (diff)
Add errno
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 7997d11..d3b3ac2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,4 +11,5 @@ repository = "https://gitlab.com/imp/pager-rs.git"
version = "0.9.3"
[dependencies]
+errno = "0.1.8"
libc = "0.2"