mirror of
https://github.com/openharmony/third_party_rust_nom.git
synced 2026-06-30 21:07:54 -04:00
649b778b21
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
34 lines
678 B
JSON
34 lines
678 B
JSON
{
|
|
"name": "@ohos/rust_nom",
|
|
"description": "A Rust library that provides support for parsing byte streams.",
|
|
"version": "6.1",
|
|
"license": "MIT License",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/nom"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"readmePath": {
|
|
"en": "README.md"
|
|
},
|
|
"component": {
|
|
"name": "rust_nom",
|
|
"subsystem": "thirdparty",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"deps": {
|
|
"components": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/rust/crates/nom:lib"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |