mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
19 lines
544 B
YAML
19 lines
544 B
YAML
# yaml-language-server: $schema=.fluence/schemas/fluence.json
|
|
|
|
# Defines Fluence Project, most importantly - what exactly you want to deploy and how. You can use `fluence init` command to generate a template for new Fluence project
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence.md
|
|
|
|
version: 5
|
|
|
|
aquaInputPath: aqua/test.aqua
|
|
|
|
dependencies:
|
|
cargo:
|
|
marine: 0.14.1
|
|
mrepl: 0.21.3
|
|
npm:
|
|
'@fluencelabs/aqua-lib': 0.9.1
|
|
'@fluencelabs/spell': 0.6.9
|
|
'@fluencelabs/trust-graph': 0.4.10
|