add: Basic path handling and tests

Co-authored-by: lily <contact@lilyvex.dev>
This commit is contained in:
Chance 2025-03-30 21:31:02 -04:00 committed by lily
parent 85ea37013e
commit fe692bba18
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
10 changed files with 644 additions and 228 deletions

View file

@ -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"