refactor: support crates sub-modules (#636)

This commit is contained in:
Valerio Ageno
2025-03-09 17:58:45 +01:00
committed by GitHub
parent b32b192f70
commit 9f14689ca0
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ readme = "../../README.md"
license-file = "../../LICENSE.md"
categories = ["web-programming"]
include = [
"src/*.rs",
"src/**/*.rs",
"Cargo.toml"
]