2026-04-20 15:52:51 +02:00

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