diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-01-31 21:26:26 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-01-31 21:26:26 +0300 |
| commit | a5749a5d8d38b0db2ce5548473f8a61b674578a6 (patch) | |
| tree | fe9227f4b40345a2730ce9373c740787e7ca5506 /init/Cargo.toml | |
| parent | b81a55bea1525b2fcf84591eb902926fb1d0cece (diff) | |
Started writing service-utils and adding docstrings
Diffstat (limited to 'init/Cargo.toml')
| -rw-r--r-- | init/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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"] } |
