ptrace 0.1.2

Rust bindings for the POSIX ptrace API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ptrace"
version = "0.1.2"
authors = ["Torrie Fischer <torrie@ripple.com>"]
description = "Rust bindings for the POSIX ptrace API"
repository = "http://github.com/codius/rust-ptrace"
license = "MIT"
readme = "README.md"

[lib]
name = "ptrace"

[dependencies]
bitflags = "0.1"
posix-ipc = "0.0"