mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
* feat: use new aqua packages * restore * fix imports * fix path * fix * add spell * use new imports in test * remove node_modules import * fix * move * fix * improve * set marine and mrepl * Update aqua-tests/package.json * use --dry to check aqua is compiling
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.8.1
|
|
'@fluencelabs/spell': 0.5.33
|
|
'@fluencelabs/trust-graph': 3.1.2
|