mirror of
https://github.com/openharmony/third_party_rust_heck.git
synced 2026-07-01 20:36:55 -04:00
c33b9b63c7
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
34 lines
732 B
JSON
34 lines
732 B
JSON
{
|
|
"name": "@ohos/rust_heck",
|
|
"description": "A Rust library that provides support for converting strings to their camel-case or snake-case equivalents",
|
|
"version": "6.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/heck"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"readmePath": {
|
|
"en": "README.md"
|
|
},
|
|
"component": {
|
|
"name": "rust_heck",
|
|
"subsystem": "thirdparty",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"deps": {
|
|
"components": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/rust/crates/heck:lib"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |