blob: 15a6874b073b566b77c96992d285639e1f818482 [file] [log] [blame]
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +00001[package]
2name = "command-fds"
Joel Galenson937e66d2021-08-16 11:30:43 -07003version = "0.2.1"
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +00004edition = "2018"
5authors = ["Andrew Walbran <qwandor@google.com>"]
6license = "Apache-2.0"
7description = "A library for passing arbitrary file descriptors when spawning child processes."
8repository = "https://github.com/google/command-fds/"
9keywords = ["command", "process", "child", "subprocess", "fd"]
10categories = ["os::unix-apis"]
11
12[dependencies]
Joel Galenson937e66d2021-08-16 11:30:43 -070013nix = "0.22.0"
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +000014thiserror = "1.0.24"