mirror of
https://gitee.com/openharmony/third_party_rust_tokio
synced 2024-11-27 08:50:26 +00:00
d2e642a9d1
Signed-off-by: hu-kai45 <hukai45@huawei.com>
37 lines
884 B
JSON
37 lines
884 B
JSON
{
|
|
"name": "@ohos/rust_tokio",
|
|
"description": "Rust runtime implementation",
|
|
"version": "4.0",
|
|
"license": "MIT",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/tokio"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README.md",
|
|
"zh": "README_zh.md"
|
|
},
|
|
"component": {
|
|
"name": "rust_tokio",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "1500KB",
|
|
"ram": "5000KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/rust/crates/tokio/tokio:lib"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |