mirror of
https://github.com/openharmony/third_party_rust_quote.git
synced 2026-07-01 20:44:02 -04:00
15359c51c6
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
34 lines
694 B
JSON
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": []
|
|
}
|
|
}
|
|
} |