Skip to content

Commit 8567c9c

Browse files
committed
update includes
1 parent 0db9fdd commit 8567c9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/bevy_api_gen/Cargo.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ description = "Code generator tool for bevy"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/makspll/bevy_mod_scripting"
88
readme = "readme.md"
9-
include = ["readme.md", "/src", "/templates"]
9+
include = [
10+
"readme.md",
11+
"/src",
12+
"/templates",
13+
"Cargo.bootstrap.toml",
14+
"build.rs",
15+
]
1016

1117
[[bin]]
1218
name = "cargo-bevy-api-gen"

0 commit comments

Comments
 (0)