c4fb0432ae
GitOrigin-RevId: 3fc1143a04da49a92c3663813c6a0c1e8ccd477f
11 lines
271 B
TOML
11 lines
271 B
TOML
[package]
|
|
name = "posix_mq"
|
|
version = "0.9.0"
|
|
authors = ["Vincent Ambo <mail@tazj.in>"]
|
|
description = "(Higher-level) Rust bindings to POSIX message queues"
|
|
license = "MIT"
|
|
repository = "https://git.tazj.in/tree/ops/posix_mq.rs"
|
|
|
|
[dependencies]
|
|
nix = "0.16"
|
|
libc = "0.2"
|