11 lines
168 B
JSON
11 lines
168 B
JSON
|
|
{
|
||
|
|
"dependencies": true,
|
||
|
|
"device": true,
|
||
|
|
"features": "arbitrary-derive",
|
||
|
|
"force-rlib": true,
|
||
|
|
"lib-blocklist": [
|
||
|
|
"fuzzer",
|
||
|
|
"stdc++"
|
||
|
|
],
|
||
|
|
"run": true
|
||
|
|
}
|