mirror of
https://github.com/openharmony/third_party_rust_syn.git
synced 2026-07-01 20:44:18 -04:00
5f6ae1ad9a
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
35 lines
683 B
JSON
35 lines
683 B
JSON
{
|
|
"name": "@ohos/rust_syn",
|
|
"description": "A Rust library that provides support for parsing Rust code.",
|
|
"version": "5.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/syn"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"readmePath": {
|
|
"en": "README.md"
|
|
},
|
|
"component": {
|
|
"name": "rust_syn",
|
|
"subsystem": "thirdparty",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"deps": {
|
|
"components": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/rust/crates/syn:lib"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|