mirror of
https://github.com/openharmony/third_party_rust_serde.git
synced 2026-06-30 22:17:54 -04:00
serde增加bundle.json部件化
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@ohos/rust_serde",
|
||||
"description": "A generic serialization/deserialization framework.",
|
||||
"version": "5.0",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "third_party/rust/crates/serde"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"readmePath": {
|
||||
"en": "README.md"
|
||||
},
|
||||
"component": {
|
||||
"name": "rust_serde",
|
||||
"subsystem": "thirdparty",
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"deps": {
|
||||
"components": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [
|
||||
{
|
||||
"name": "//third_party/rust/crates/serde/serde:lib"
|
||||
}
|
||||
],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -33,4 +33,7 @@ ohos_cargo_crate("lib") {
|
||||
"std",
|
||||
"serde_derive",
|
||||
]
|
||||
module_output_extension = ".rlib"
|
||||
part_name = "rust_serde"
|
||||
subsystem_name = "thirdparty"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user