summaryrefslogtreecommitdiff
path: root/init/Cargo.toml
blob: d68c550e13018157f2c4a4b9c1f0b810452c7c06 (plain)
1
2
3
4
5
6
7
8
9
10
[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"
toml = { version = "0.9.11", features = ["display", "std"], default-features = false }