Files
third_party_rust_rustc-hash/bundle.json
T
2025-12-24 09:27:22 +08:00

34 lines
715 B
JSON

{
"name": "@ohos/rust_rustc_hash",
"description": "A Rust library that provides a fast and secure hashing algorithm",
"version": "6.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/rustc-hash"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "rust_rustc_hash",
"subsystem": "thirdparty",
"adapted_system_type": [
"standard"
],
"deps": {
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/rust/crates/rustc-hash:lib"
}
],
"test": []
}
}
}