tvl-depot/Cargo.toml
Vincent Ambo 1f1a74108e feat(error): Add error-mapping from C calls
Implements an error enum with mappings from the low-level C calls and
appropriate error descriptions.
2017-10-15 23:22:18 +02:00

8 lines
133 B
TOML

[package]
name = "posix_mq"
version = "0.1.0"
authors = ["Vincent Ambo <tazjin@gmail.com>"]
[dependencies]
nix = "0.9"
libc = "0.2"