Simply source filtering and started config

This commit is contained in:
2026-03-11 23:33:40 +01:00
parent c0a6c4da91
commit 3154823312
3 changed files with 119 additions and 19 deletions

21
Cargo.lock generated
View File

@@ -213,6 +213,26 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "toml"
version = "1.0.6+spec-1.1.0"
@@ -264,6 +284,7 @@ version = "0.1.0"
dependencies = [
"notify",
"serde",
"thiserror",
"toml",
]