Files
aiken/crates/aiken-project
KtorZ 3204322da6 Fix validator lookup by title.
We want the lookup to yield a result when there's only a single
  validator; and no title is provided. So that users can simply do
  'aiken address' in their project if it's unambiguous. The validator's
  name is only required to disambiguate between multiple validators.

  I also noticed that the order of arguments in with_validator was
  wrong. Somehow.
2023-02-16 10:28:27 +01:00
..
2023-02-16 10:28:27 +01:00

Project

This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.