third_party_rust_tokio/bundle.json
hu-kai45 d2e642a9d1 rust_tokio bundle.json 更新
Signed-off-by: hu-kai45 <hukai45@huawei.com>
2023-05-26 09:52:57 +08:00

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