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
..
src Add new 'deps add' command 2023-01-14 23:29:28 +01:00
templates chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
Cargo.toml Move 'PackageName' and associated methods in its own module. 2023-01-14 23:29:28 +01:00
README.md chore: make folder names match crate name 2022-12-21 18:11:07 -05:00

README.md

Project

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