mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
21 lines
295 B
TOML
21 lines
295 B
TOML
[package]
|
|
dependencies = [
|
|
"dev-essential",
|
|
"redox-tests",
|
|
"exampled",
|
|
"gdbserver",
|
|
"libgmp",
|
|
"libiconv",
|
|
"liborbital",
|
|
"libsodium",
|
|
"libxml2",
|
|
"ncurses",
|
|
"nghttp2",
|
|
"openssl3",
|
|
"orbclient",
|
|
"pcre",
|
|
"terminfo",
|
|
"xz",
|
|
"zlib",
|
|
]
|