exec 0.2.0

Use the POSIX exec function to replace the running program with another
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Eric Kidd <git@randomhacks.net>"]
description = "Use the POSIX exec function to replace the running program with another"
documentation = "http://faradayio.github.io/exec-rs/exec/index.html"
license = "MIT/Apache-2.0"
name = "exec"
readme = "README.md"
repository = "https://github.com/faradayio/exec-rs"
version = "0.2.0"

[dependencies]
errno = "0.1.6"
libc = "0.2.8"

[features]
unstable = []