Skip to content

Commit 4705fdd

Browse files
committed
include LICENSE and README.md in the published package
1 parent 5dceca0 commit 4705fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lazy-static-include"
3-
version = "3.0.4"
3+
version = "3.0.5"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2018"
66
repository = "https://github.com/magiclen/lazy-static-include"
@@ -10,7 +10,7 @@ categories = ["memory-management", "rust-patterns"]
1010
description = "This crate provides `lazy_static_include_bytes` and `lazy_static_include_str` macros to replace `include_bytes` and `include_str` macros."
1111
readme = "README.md"
1212
license = "MIT"
13-
include = ["src/**/*", "Cargo.toml", "benches/bench.rs"]
13+
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/bench.rs"]
1414

1515
[badges.travis-ci]
1616
repository = "magiclen/lazy-static-include"

0 commit comments

Comments
 (0)