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

Add Derive Feature to Clap in coffee_httpd Cargo.toml #216

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

tareknaser
Copy link
Collaborator

Changes:

  • Added the Derive feature to clap in coffee_httpd/Cargo.toml

Description:

This pull request resolves an issue where the coffee_httpd crate was unable to compile on its own. The changes specifically adds the Derive feature to clap in the coffee_httpd/Cargo.toml file.
Here is a related discussion rust-lang/cargo#11551

Fixes #215

This commit addresses the issue where `coffee_httpd` fails to compile independently.
By adding the `Derive` feature to clap in the `coffee_httpd/Cargo.toml` file, we ensure that the necessary dependencies are properly configured.

Signed-off-by: Tarek <[email protected]>
Copy link

netlify bot commented Dec 29, 2023

Deploy Preview for coffee-docs canceled.

Name Link
🔨 Latest commit 8fb845a
🔍 Latest deploy log https://app.netlify.com/sites/coffee-docs/deploys/658efadcdd1f68000885e2fb

Copy link
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vincenzopalazzo vincenzopalazzo merged commit 3310567 into coffee-tools:master Dec 29, 2023
9 checks 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.

Compilation Errors: Cannot Find derive macro Parser and clap Attribute
2 participants