improve namespace handling

This commit is contained in:
Robin Appelman 2024-07-23 19:27:34 +02:00
commit 724c738a50
6 changed files with 148 additions and 17 deletions

View file

@ -114,6 +114,7 @@ dependencies = [
"cc",
"databake",
"insta",
"maplit",
"memchr",
"regex",
"regex-syntax",
@ -128,6 +129,12 @@ dependencies = [
"walkdir",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "memchr"
version = "2.7.4"