aiken/crates/aiken-project
KtorZ 0771ab24bd
Move 'PackageName' and associated methods in its own module.
This is a bit cleaner, as the 'cmd/new' had many on-the-fly functions
  which are better scoped inside this module.

  Plus, it plays nicely with the std::str::FromStr trait definition.
2023-01-14 23:29:28 +01:00
..
src Move 'PackageName' and associated methods in its own module. 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.