rinit 0.1.1

The Suckless tools implementation of System V init, ported to Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rinit"
version = "0.1.1"
authors = ["Lee Braiden <leebraid@gmail.com>"]
description = "The Suckless tools implementation of System V init, ported to Rust."
repository = "https://github.com/lee-b/ruckless"
license = "AGPL-3.0"

[dependencies]
libc = "^0"

[badges]
travis-ci = { repository = "lee-b/ruckless", branch = "master" }