Skip to content

Commit 8b913d2

Browse files
committed
add badges to docs.io and deny missing docs lint
1 parent ee64a3a commit 8b913d2

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,7 +10,7 @@ homepage = "https://github.com/makspll/bevy_mod_scripting"
1010
keywords = ["bevy", "gamedev", "scripting", "lua"]
1111
categories = ["game-development"]
1212
readme = "readme.md"
13-
include = ["readme.md", "/src", "/examples", "/assets", "LICENSE"]
13+
include = ["readme.md", "/src", "/examples", "/assets", "LICENSE", "/badges"]
1414

1515
[lib]
1616
name = "bevy_mod_scripting"
@@ -58,7 +58,7 @@ bevy_mod_scripting_rhai = { path = "crates/languages/bevy_mod_scripting_rhai", v
5858
# bevy_mod_scripting_rune = { path = "crates/languages/bevy_mod_scripting_rune", version = "0.9.0-alpha.2", optional = true }
5959
bevy_mod_scripting_functions = { workspace = true }
6060
[workspace.dependencies]
61-
profiling = {version = "1.0" }
61+
profiling = { version = "1.0" }
6262
bevy = { version = "0.15.0", default-features = false }
6363
bevy_mod_scripting_core = { path = "crates/bevy_mod_scripting_core", version = "0.9.0-alpha.9" }
6464
bevy_mod_scripting_functions = { path = "crates/bevy_mod_scripting_functions", version = "0.9.0-alpha.9", default-features = false }
@@ -127,3 +127,4 @@ panic = "deny"
127127
unwrap_used = "deny"
128128
expect_used = "deny"
129129
todo = "deny"
130+
missing_docs = "deny"

0 commit comments

Comments
 (0)