Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Add support for the `--manifest-path` flag #118

Closed DOBEN closed 1 year ago

DOBEN commented 1 year ago

Purpose

Add support for the --manifest-path flag.

Changes

Add support for the cargo native flag --manifest-path. The following commands are now working:

cargo concordium build -- --manifest-path ./path/to/my/project/Cargo.toml cargo concordium test -- --manifest-path ./path/to/my/project/Cargo.toml