1{ 2 "name": "@ohos/rust_libc", 3 "description": " Raw FFI bindings to platforms' system libraries", 4 "version": "5.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/rust/crates/libc" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "rust_libc", 14 "subsystem": "thirdparty", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "deps": { 19 "components": [] 20 }, 21 "build": { 22 "sub_component": [], 23 "inner_kits": [ 24 { 25 "name": "//third_party/rust/crates/libc:lib" 26 } 27 ], 28 "test": [] 29 } 30 } 31}