diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T21·22+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T21·22+0200 |
commit | 1f1a74108e74a50c39eeac37bb3a91cb49c1d35d (patch) | |
tree | f62b2441f24b75bd2dec270b495cb05ae216c57c /Cargo.toml | |
parent | a89b7255ee88e5c761b11c34bffc64a30f5a3c3e (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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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 <tazjin@gmail.com>"] [dependencies] +nix = "0.9" +libc = "0.2" |