Files
third_party_rust_quote/bundle.json
T
ljy9810 15359c51c6 README.OpenSource修改
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
2026-04-09 17:50:39 +08:00

34 lines
694 B
JSON

{
"name": "@ohos/rust_quote",
"description": "A library that generates Rust code based on compile-time configuration options",
"version": "5.0",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/quote"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "rust_quote",
"subsystem": "thirdparty",
"adapted_system_type": [
"standard"
],
"deps": {
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/rust/crates/quote:lib"
}
],
"test": []
}
}
}