This website requires JavaScript.
Explore
Help
Sign In
ian
/
mccli
Watch
1
Star
0
Fork
You've already forked mccli
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5dc0e68836
mccli
/
.gitignore
3 lines
24 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 08:27:19 +00:00
/target
Add 'manifest' package and integrate it with 'command_init' A new package named 'manifest' is introduced in this commit. It comprises a single structure and related functions for managing manifests. Additionally, 'command_init' has been altered to use this new module instead of using its previously hard-coded functionality. A reference to 'manifest' has also been added in the Cargo.lock and command_init/Cargo.toml files.
2024-01-05 09:11:17 +00:00
/.idea
/projects