mirror of
https://github.com/logos-co/logos-capability-module.git
synced 2026-08-30 12:11:12 +00:00
refactor capability module to work as an internal module proper instead of cosplaying as a app layer module refactor capability module to work as an internal module proper instead of cosplaying as a app layer module update flake update flake
27 lines
516 B
JSON
27 lines
516 B
JSON
{
|
|
"name": "capability_module",
|
|
"version": "1.0.0",
|
|
"description": "Coordinates permissions between modules",
|
|
"author": "Logos Core Team",
|
|
"type": "core",
|
|
"category": "security",
|
|
"main": "capability_module_plugin",
|
|
"dependencies": [],
|
|
"capabilities": [
|
|
"module_coordination",
|
|
"permission_management"
|
|
],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": []
|
|
},
|
|
"external_libraries": [],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": []
|
|
}
|
|
}
|
|
}
|