From 1f1a74108e74a50c39eeac37bb3a91cb49c1d35d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Oct 2017 23:22:18 +0200 Subject: feat(error): Add error-mapping from C calls Implements an error enum with mappings from the low-level C calls and appropriate error descriptions. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c9ca1bdaa620..ab5d302156c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,5 @@ version = "0.1.0" authors = ["Vincent Ambo "] [dependencies] +nix = "0.9" +libc = "0.2" -- cgit 1.4.1