mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
config BR2_PACKAGE_HOST_CARGO
|
|
bool "host cargo"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
Cargo is the package manager for the Rust programming
|
|
language.
|
|
|
|
https://crates.io/
|