From 19e63dfa191279d3e1bd99bcc2adca781ad9451d Mon Sep 17 00:00:00 2001 From: namilsk Date: Sun, 11 Jan 2026 14:56:17 +0300 Subject: Implemented `SIGCHLD` & again fixed naming --- init/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'init/Cargo.toml') 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 } -- cgit v1.2.3