24 lines
411 B
JSON
24 lines
411 B
JSON
{
|
|
"dependencies": true,
|
|
"dependency-blocklist": [
|
|
"backtrace",
|
|
"rustversion",
|
|
"syn",
|
|
"trybuild"
|
|
],
|
|
"device": true,
|
|
"min-sdk-version": "29",
|
|
"run": true,
|
|
"test-blocklist": [
|
|
"tests/compiletest.rs",
|
|
"tests/test_backtrace.rs",
|
|
"tests/test_ensure.rs"
|
|
],
|
|
"tests": true,
|
|
"vendor-available": true,
|
|
"product-available": true,
|
|
"cfg-blocklist": [
|
|
"backtrace"
|
|
]
|
|
}
|