77fbe57819
... and update some outdated stuff in the README while we're at it. Change-Id: Ib3a12596bd1ba61e91ac6e1d37106b616da3030d Reviewed-on: https://cl.tvl.fyi/c/depot/+/5232 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
12 lines
347 B
TOML
12 lines
347 B
TOML
[package]
|
|
name = "posix_mq"
|
|
version = "3771.0.0"
|
|
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
|
description = "(Higher-level) Rust bindings to POSIX message queues"
|
|
license = "MIT"
|
|
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/posix_mq.rs"
|
|
repository = "https://code.tvl.fyi/depot.git:/ops/posix_mq.rs.git"
|
|
|
|
[dependencies]
|
|
nix = "0.23"
|
|
libc = "0.2"
|