Create an init process in Rust that can mount the initial file systems appropriately.
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "lam"
|
||||
version = "0.1.0"
|
||||
authors = ["Adam Wick <awick@uhsure.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.81"
|
||||
log = "0.4.11"
|
||||
simple_logger = "1.11.0"
|
||||
thiserror = "1.0.23"
|
||||
Reference in New Issue
Block a user