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

new: Include Altair-Bueno/axum-garde into garde #35

Merged
merged 9 commits into from
Apr 3, 2023

Conversation

Altair-Bueno
Copy link
Contributor

As discussed here, an integration for axum.

Todo

  • Justfile: cargo test --all-features is all needed to run the tests. Could you add this to your liking? Im not familiar with Just
  • Integrate with CI

@Altair-Bueno
Copy link
Contributor Author

Runner fail is related to license. Should i update the license field on Cargo.toml with license = "MIT OR Apache-2.0" ?

@jprochazk
Copy link
Owner

You need to add Unlicense to this list of licenses:

garde/deny.toml

Lines 104 to 108 in 9a18580

allow = [
"MIT",
"Apache-2.0",
"Unicode-DFS-2016",
]

@Altair-Bueno
Copy link
Contributor Author

It failed again. Looks like I need the licese field on Cargo.toml

Co-authored-by: Jan Procházka <1665677+jprochazk@users.noreply.github.com>
@Altair-Bueno Altair-Bueno marked this pull request as ready for review April 3, 2023 10:28
@jprochazk jprochazk merged commit e5d2bca into jprochazk:main Apr 3, 2023
@jprochazk
Copy link
Owner

Thanks!

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.

2 participants