mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
improve namespace handling
This commit is contained in:
parent
bc0bcf936c
commit
724c738a50
6 changed files with 148 additions and 17 deletions
7
logging-extractor/Cargo.lock
generated
7
logging-extractor/Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue