[package]
edition = "2018"
name = "hidasta"
version = "0.1.0"
authors = ["Soumya <soumyasr@google.com>"]
description = "Simple inter-process signalling mechanism for shell scripts"
readme = "README.md"
keywords = ["cli", "shell", "wait"]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/soumya92/hidasta"
[dependencies.getopts]
version = "0.2"
[dependencies.mio]
version = "0.7"
features = ["os-poll", "uds"]
[dependencies.nix]
version = "0.17"
[dependencies.slab]
version = "0.4"