Files
aiken/crates/aiken-project
KtorZ 38df9a586e Add new 'deps add' command
This makes it easier to add new dependencies, without having to
  manually edit the `aiken.toml` file.

  The command is accessible via two different paths:

  - aiken deps add

  or simply

  - aiken add

  for this is quite common to find at the top-level of the command-line,
  and, we still want to keep commands for managing dependencies grouped
  under a command sub-group and not all at the top-level. So we're
  merely promoting that one for visibility.
2023-01-14 23:29:28 +01:00
..
2023-01-14 23:29:28 +01:00

Project

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