blob: 9ff578211c75d61b9be7bf60169ff71321ccdaaf (
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]
libc = "0.2.178"
liblmod = "0.2.0"
|