Files
third_party_rust_libc/bundle.json
2025-05-21 10:41:24 +08:00

31 lines
630 B
JSON

{
"name": "@ohos/rust_libc",
"description": " Raw FFI bindings to platforms' system libraries",
"version": "5.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/libc"
},
"dirs": {},
"scripts": {},
"component": {
"name": "rust_libc",
"subsystem": "thirdparty",
"adapted_system_type": [
"standard"
],
"deps": {
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/rust/crates/libc:lib"
}
],
"test": []
}
}
}