mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 08:01:47 +03:00
2de6a10cd9
Conflicts: Cargo.lock modules/sqlite/sqlite/src/lib.rs src/http_server/mod.rs src/kernel/mod.rs src/main.rs src/types.rs
16 lines
323 B
JSON
16 lines
323 B
JSON
[
|
|
{
|
|
"process_name": "tester",
|
|
"process_wasm_path": "/tester.wasm",
|
|
"on_panic": "Restart",
|
|
"request_networking": true,
|
|
"request_messaging": [
|
|
"net:sys:uqbar"
|
|
],
|
|
"grant_messaging": [
|
|
"vfs:sys:uqbar"
|
|
],
|
|
"public": true
|
|
}
|
|
]
|