9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
config BR2_PACKAGE_PROCS
|
||
|
bool "procs"
|
||
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||
|
select BR2_PACKAGE_HOST_RUSTC
|
||
|
help
|
||
|
procs is a modern replacement for ps written in Rust
|
||
|
|
||
|
https://github.com/dalance/procs.git
|