mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
7 lines
126 B
TOML
7 lines
126 B
TOML
[package]
|
|
name = "init"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|