Skip to content

Commit 09d83ad

Browse files
authored
Update Cargo.toml
1 parent db08fa8 commit 09d83ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ homepage = "https://magiclen.org/lazy-static-include"
99
keywords = ["lazy", "macro", "static", "include"]
1010
categories = ["memory-management", "rust-patterns"]
1111
description = "This crate provides `lazy_static_include_bytes` and `lazy_static_include_str` macros to replace `include_bytes` and `include_str` macros."
12-
readme = "README.md"
1312
license = "MIT"
1413
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/bench.rs"]
1514

@@ -27,4 +26,4 @@ slash-formatter = "3.1.3"
2726

2827
[[bench]]
2928
name = "bench"
30-
harness = false
29+
harness = false

0 commit comments

Comments
 (0)