mccli/mccli
Ian Wijma b09a4a41ff Initiate Rust workspace with "mccli" and "command_init" packages
This commit creates a new Rust workspace which includes two packages: "command_init" and "mccli". The command line argument parsing for these packages is powered by the "clap" dependency. An automatically generated Cargo.lock file tracks all dependencies. Additionally, a .gitignore file was configured to prevent tracking of unnecessary build artifacts and IDE-specific files.
2024-01-05 19:27:19 +11:00
..
src Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00
Cargo.toml Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00