Skip to content

Commit

Permalink
Include licenses in crate when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jun 19, 2024
1 parent c6b2004 commit 43c63bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ description = "Simple and fast lockless async channels"
repository = "https://github.com/ardaku/whisk"
documentation = "https://docs.rs/whisk"
homepage = "https://github.com/ardaku/whisk/blob/stable/CHANGELOG.md"
include = ["README.md", "src/*", "examples/tokio.rs"]
include = [
"/LICENSE_APACHE",
"/LICENSE_BOOST",
"/LICENSE_MIT",
"/README.md",
"/src/*",
"/examples/tokio.rs",
]
categories = [
"asynchronous",
"concurrency",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 43c63bf

Please sign in to comment.