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