mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
23 lines
324 B
TOML
23 lines
324 B
TOML
[package]
|
|
dependencies = [
|
|
"dev-essential",
|
|
"redox-tests",
|
|
"exampled",
|
|
"gdbserver",
|
|
"libgmp",
|
|
"libiconv",
|
|
"liborbital",
|
|
"libsodium",
|
|
"libxml2",
|
|
"llvm18",
|
|
"ncurses",
|
|
"nghttp2",
|
|
"openssl1",
|
|
"orbclient",
|
|
"pcre",
|
|
"ripgrep",
|
|
"terminfo",
|
|
"xz",
|
|
"zlib",
|
|
]
|