Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enhance CLI functionality and project files #4

Merged
merged 2 commits into from
May 18, 2024
Merged

feat: enhance CLI functionality and project files #4

merged 2 commits into from
May 18, 2024

Conversation

walker84837
Copy link
Owner

In Cargo.toml:

  • rename the package to "ciphercanvas"
  • bump version to 0.2.0 from 0.1.1
  • add license (GPL-3.0), categories, keywords, readme, and repo URL.
  • add new dependencies: log and simple_logger.
  • modify release profile to have smaller binary files.

In source code (src/main.rs):

  • implement logging with simple_logger
  • introduce the Encryption enum for encryption types and fmt::Display
  • add logging initialization with simple_logger
  • modularize code by introducing helper functions
  • improve configuration parsing with context-specific error messages

BREAKING CHANGE: The package has been renamed to "ciphercanvas", and the version has been updated to 0.2.0. Ensure to update any references to the package name in your projects.

In Cargo.toml:
- rename the package to "ciphercanvas"
- bump version to 0.2.0 from 0.1.1
- add license (GPL-3.0), categories, keywords, readme, and repo URL.
- add new dependencies: log and simple_logger.
- modify release profile to have smaller binary files.

In source code (src/main.rs):
- implement logging with simple_logger
- introduce the Encryption enum for encryption types and fmt::Display
- add logging initialization with simple_logger
- modularize code by introducing helper functions
- improve configuration parsing with context-specific error messages

BREAKING CHANGE: The package has been renamed to "ciphercanvas", and the
version has been updated to 0.2.0. Ensure to update any references to
the package name in your projects.
@walker84837 walker84837 merged commit 787a67f into main May 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant