about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-15T21·22+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-15T21·22+0200
commit1f1a74108e74a50c39eeac37bb3a91cb49c1d35d (patch)
treef62b2441f24b75bd2dec270b495cb05ae216c57c /Cargo.toml
parenta89b7255ee88e5c761b11c34bffc64a30f5a3c3e (diff)
feat(error): Add error-mapping from C calls
Implements an error enum with mappings from the low-level C calls and
appropriate error descriptions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9ca1bdaa6..ab5d302156 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.1.0"
 authors = ["Vincent Ambo <tazjin@gmail.com>"]
 
 [dependencies]
+nix = "0.9"
+libc = "0.2"