//! Command-line arguments for project management.
//!
//! This module defines the `clap` subcommands used when a user executes
//! `prustio project`. It provides the configuration structures for initiating
//! new PrustIO projects.
use Subcommand;
/// Subcommands available under the `project` command.