mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-05-21 12:09:26 +00:00
31 lines
609 B
JSON
31 lines
609 B
JSON
{
|
|
"name": "lez_wallet_module",
|
|
"version": "1.0.0",
|
|
"description": "Logos Execution Zone Wallet Module for Logos Core",
|
|
"author": "Logos Blockchain Team",
|
|
"type": "core",
|
|
"category": "blockchain",
|
|
"main": "lez_wallet_module_plugin",
|
|
"dependencies": [],
|
|
"capabilities": [],
|
|
"include": [],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": []
|
|
},
|
|
"external_libraries": [
|
|
{
|
|
"name": "wallet_ffi"
|
|
}
|
|
],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|