From a5749a5d8d38b0db2ce5548473f8a61b674578a6 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sat, 31 Jan 2026 21:26:26 +0300 Subject: Started writing service-utils and adding docstrings --- init/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init/Cargo.toml') diff --git a/init/Cargo.toml b/init/Cargo.toml index d68c550..2d5a303 100644 --- a/init/Cargo.toml +++ b/init/Cargo.toml @@ -7,4 +7,5 @@ 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 } +serde = { version = "1.0.228", default-features = false, features = ["derive"] } +toml = { version = "0.9.11", default-features = false, features = ["parse", "serde"] } -- cgit v1.2.3