This commit is contained in:
nora 2024-08-25 15:13:46 +02:00
parent b6d0675976
commit b0acf03502
22 changed files with 84 additions and 26 deletions

View file

@ -5,5 +5,12 @@ members = [
]
resolver = "2"
[workspace.lints.clippy]
type_complexity = "allow"
too_many_arguments = "allow"
new_without_default = "allow"
useless_format = "allow"
[workspace.dependencies]
tracing = "0.1.40"
eyre = "0.6.12"