7 lines
129 B
TOML
7 lines
129 B
TOML
[package]
|
|
name = "example"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|