Skip to content

Commit

Permalink
Include license files in cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Oct 14, 2024
1 parent 25d5752 commit f564bf2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ categories = [
"data-structures",
"no-std",
]
include = ["README.md", "Cargo.toml", "src/*"]
include = [
"/LICENSE_APACHE",
"/LICENSE_BOOST",
"/LICENSE_MIT",
"/README.md",
"/src/*",
]

[dependencies]
libm = "0.2"
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ email at [[email protected]][13].
[4]: https://github.com/ardaku/fon/
[5]: https://docs.rs/fon#getting-started
[6]: https://aldaronlau.com/
[7]: https://github.com/ardaku/fon/blob/v1/LICENSE_APACHE_2_0.txt
[7]: https://github.com/ardaku/fon/blob/v1/LICENSE_APACHE
[8]: https://www.apache.org/licenses/LICENSE-2.0
[9]: https://github.com/ardaku/fon/blob/v1/LICENSE_MIT.txt
[9]: https://github.com/ardaku/fon/blob/v1/LICENSE_MIT
[10]: https://mit-license.org/
[11]: https://github.com/ardaku/fon/blob/v1/LICENSE_BOOST_1_0.txt
[11]: https://github.com/ardaku/fon/blob/v1/LICENSE_BOOST
[12]: https://www.boost.org/LICENSE_1_0.txt
[13]: mailto:[email protected]
[14]: https://crates.io/crates/twang
Expand Down

0 comments on commit f564bf2

Please sign in to comment.