Files
third_party_rust_nix/bundle.json
T
2025-12-11 15:59:14 +08:00

34 lines
702 B
JSON

{
"name": "@ohos/rust_nix",
"description": "A Rust library that provides support for interacting with Unix-like operating systems.",
"version": "5.0",
"license": "MIT License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/nix"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "rust_nix",
"subsystem": "thirdparty",
"adapted_system_type": [
"standard"
],
"deps": {
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/rust/crates/nix:lib"
}
],
"test": []
}
}
}