mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
cleanup
This commit is contained in:
parent
b6d0675976
commit
b0acf03502
22 changed files with 84 additions and 26 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue