diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-01-09 19:13:16 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-01-09 19:13:16 +0300 |
| commit | bca3ae435452b22a08eb66b7d3ab98d840a87b94 (patch) | |
| tree | 5048a0afa1806bc8213f0b4100a91b10f949cdf2 /init/Cargo.toml | |
| parent | 3a5c327a546ff1838e4dc32b8b67a056c1b95f3d (diff) | |
Implemetned kernel modules, locales and timezones settings.
Diffstat (limited to 'init/Cargo.toml')
| -rw-r--r-- | init/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Cargo.toml b/init/Cargo.toml index a63ffb7..9ff5782 100644 --- a/init/Cargo.toml +++ b/init/Cargo.toml @@ -5,5 +5,5 @@ edition = "2024" description = "Lightweight and stable init system for Anthrill distro based on unix-phylosophy." [dependencies] -errno = "0.3.14" libc = "0.2.178" +liblmod = "0.2.0" |
