mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 23:30:19 +00:00
e9399b7d0c
* Fix? * Move trust-grap to subdir * fix quickcheck update * fix fmt * fix service tests * use marine 0.9.1 --------- Co-authored-by: Maria Kuklina <maria@fluence.one> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
15 lines
270 B
TOML
15 lines
270 B
TOML
modules_dir = "artifacts/"
|
|
|
|
[[module]]
|
|
name = "sqlite3"
|
|
logger_enabled = true
|
|
|
|
[module.wasi]
|
|
mapped_dirs = { "/tmp" = "data" }
|
|
[[module]]
|
|
name = "trust-graph"
|
|
logger_enabled = true
|
|
|
|
[module.wasi]
|
|
mapped_dirs = { "/tmp" = "data" }
|