Skip to content

Commit d3bb95b

Browse files
committed
update Cargo.toml
1 parent 703f3e5 commit d3bb95b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ 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"]
1314

1415
[badges.travis-ci]
1516
repository = "magiclen/lazy-static-include"
1617
branch = "master"
1718

1819
[dependencies]
19-
lazy_static = "1.3"
20-
syn = {version = "1", features = ["parsing", "full", "extra-traits"]}
20+
lazy_static = "1.4"
21+
syn = {version = "1", features = ["full"]}
2122
starts-ends-with-caseless = "0.5"
2223

2324
[dev-dependencies]

0 commit comments

Comments
 (0)