Skip to content

Files

Latest commit

 

History

History

asset-services

Nautilus Asset Services

Quick start

Docker-based

docker-compose up --build

To build release (optimised) binaries:

docker-compose build --build-arg CARGO_BUILD_FLAGS="--release" --build-arg CARGO_OUTPUT_PROFILE="release"

Maintenance

Useful cargo commands:

cargo +nightly fmt

Useful cargo make tasks:

cargo make format-toml
cargo +nightly make unused-dependencies

See also