blob: a63ffb717a80a0524cf7c3c4302ba8bbb426c7c1 (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "init"
version = "0.1.0"
edition = "2024"
description = "Lightweight and stable init system for Anthrill distro based on unix-phylosophy."
[dependencies]
errno = "0.3.14"
libc = "0.2.178"
|