mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
10 lines
182 B
TOML
10 lines
182 B
TOML
[package]
|
|
name = "libc"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
redox_syscall = { path = "../../syscall/" }
|
|
spin = "*"
|