mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
10 lines
147 B
TOML
10 lines
147 B
TOML
[package]
|
|
name = "ps2d"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
bitflags = "*"
|
|
io = { path = "../io/" }
|
|
spin = "*"
|
|
syscall = { path = "../../syscall/" }
|