mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-07-08 19:49:26 +00:00
37 lines
767 B
JSON
37 lines
767 B
JSON
{
|
|
"name": "lez_core",
|
|
"display_name": "LEZ Core Module",
|
|
"version": "0.2.0",
|
|
"description": "Logos Execution Zone Core Module for Logos Core",
|
|
"author": "Logos Blockchain Team",
|
|
"type": "core",
|
|
"category": "blockchain",
|
|
"interface": "universal",
|
|
"codegen": {
|
|
"impl_header": "src/lez_core_module.h",
|
|
"impl_class": "LEZCoreModule"
|
|
},
|
|
"main": "lez_core_plugin",
|
|
"dependencies": [],
|
|
"capabilities": [],
|
|
"include": [],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["nlohmann_json"]
|
|
},
|
|
"external_libraries": [
|
|
{
|
|
"name": "wallet_ffi"
|
|
}
|
|
],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|