fg 0.1.4

fg bg implementation
[package]
name = "fg"
version = "0.1.4"
authors = ["Vincenzo Tilotta <tailot@gmail.com>"]
edition = "2018"
description = "fg bg implementation"
license = "MIT"
license_file = "LICENSE.md"
keywords = ["fg", "bg", "linux", "process"]
readme = "README.md"
repository = "https://github.com/tailot/fgbgrust"
homepage = "https://github.com/tailot/fgbgrust"


[dependencies]
libc = "0.2"

[badges]
travis-ci = { repository = "tailot/fgbgrust", branch = "master" }