mirror of
https://github.com/openharmony/third_party_rust_rustix.git
synced 2026-07-19 14:53:33 -04:00
879cdd13f3
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
34 lines
711 B
JSON
34 lines
711 B
JSON
{
|
|
"name": "@ohos/rust_rustix",
|
|
"description": "A Rust library that provides support for working with UTF-8 encoded strings.",
|
|
"version": "6.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/rustix"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"readmePath": {
|
|
"en": "README.md"
|
|
},
|
|
"component": {
|
|
"name": "rust_rustix",
|
|
"subsystem": "thirdparty",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"deps": {
|
|
"components": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/rust/crates/rustix:lib"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |