We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the top of my Cargo.toml, I have REUSE/SPDX license header info in two comments, which get removed by a run of cargo funnel.
cargo funnel
I understand you made this tool mostly for yourself, so it is fine if you do not have time/do not plan to fix such stuff that does not concern you.
example:
# SPDX-FileCopyrightText: 2021 Joe Doe <[email protected]> # # SPDX-License-Identifier: Unlicense [package] name = "myproj" version = "0.8.0" edition = "2021" description = """ A tiny CLI tool that ... """ repository = "https://github.com/joe/myproj" keywords = ["cli", "ci"] categories = ["command-line-utilities", "text-processing"] license = "GPL-3.0-or-later" authors = ["Joe Doe <[email protected]>"] publish = false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the top of my Cargo.toml, I have REUSE/SPDX license header info in two comments,
which get removed by a run of
cargo funnel
.I understand you made this tool mostly for yourself,
so it is fine if you do not have time/do not plan to fix such stuff that does not concern you.
example:
The text was updated successfully, but these errors were encountered: