mirror of
https://github.com/fluencelabs/examples
synced 2025-05-16 21:01:19 +00:00
12 lines
426 B
YAML
12 lines
426 B
YAML
|
# yaml-language-server: $schema=../../../.fluence/schemas/module.yaml.json
|
||
|
|
||
|
# Defines [Marine Module](https://fluence.dev/docs/build/concepts/#modules). You can use `fluence module new` command to generate a template for new module
|
||
|
|
||
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/module.md
|
||
|
version: 0
|
||
|
type: rust
|
||
|
name: curl_adapter
|
||
|
loggerEnabled: true
|
||
|
mountedBinaries:
|
||
|
curl: /usr/bin/curl
|