[package] name = "psx-sem" version = "0.1.2" edition = "2021" authors = ["Nathan Sizemore "] description = "POSIX semaphores." readme = "README.md" keywords = ["posix", "ipc", "semaphore", "sem", "shared"] license = "MPL-2.0" repository = "https://github.com/nathansizemore/psx-sem" documentation = "https://docs.rs/psx-shm/" [dependencies] bitflags = "2.0" libc = "0.2"