summaryrefslogtreecommitdiff
path: root/init/Cargo.toml
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-01-11 14:56:17 +0300
committernamilsk <namilsk@namilsk.tech>2026-01-11 14:56:17 +0300
commit19e63dfa191279d3e1bd99bcc2adca781ad9451d (patch)
tree559fef20998fa7058d6aa02bddc3ee79cbb58708 /init/Cargo.toml
parent821380613075ac91410644cb9fed900ab6a1df61 (diff)
Implemented `SIGCHLD` & again fixed naming
Diffstat (limited to 'init/Cargo.toml')
-rw-r--r--init/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Cargo.toml b/init/Cargo.toml
index 9ff5782..d68c550 100644
--- a/init/Cargo.toml
+++ b/init/Cargo.toml
@@ -7,3 +7,4 @@ description = "Lightweight and stable init system for Anthrill distro based on u
[dependencies]
libc = "0.2.178"
liblmod = "0.2.0"
+toml = { version = "0.9.11", features = ["display", "std"], default-features = false }