mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
The Parsec Command Line Interface This tool can be used to communicate with the PARSEC service. https://github.com/parallaxsecond/parsec-tool.git Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
config BR2_PACKAGE_PARSEC_TOOL
|
|
bool "parsec-tool"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
The Parsec Command Line Interface
|
|
This tool can be used to communicate with the PARSEC service.
|
|
|
|
https://github.com/parallaxsecond/parsec-tool.git
|