add: Basic path handling and tests
Co-authored-by: lily <contact@lilyvex.dev>
This commit is contained in:
parent
85ea37013e
commit
fe692bba18
10 changed files with 644 additions and 228 deletions
|
@ -10,8 +10,13 @@ license = "BSD-3-Clause"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "2.0.12"
|
||||
uuid = "1.16.0"
|
||||
walkdir = "2.5.0"
|
||||
|
||||
[lints.rust]
|
||||
missing_docs = "allow"
|
||||
unused = "allow"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue