Files
2025-12-11 16:02:21 +08:00

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": []
}
}
}