diff options
Diffstat (limited to 'init/Cargo.toml')
| -rw-r--r-- | init/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Cargo.toml b/init/Cargo.toml new file mode 100644 index 0000000..a63ffb7 --- /dev/null +++ b/init/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "init" +version = "0.1.0" +edition = "2024" +description = "Lightweight and stable init system for Anthrill distro based on unix-phylosophy." + +[dependencies] +errno = "0.3.14" +libc = "0.2.178" |
