error handling

This commit is contained in:
nora 2024-08-25 21:43:21 +02:00
parent b38b1d955b
commit ae425fdefa
4 changed files with 133 additions and 113 deletions

View file

@ -13,6 +13,7 @@ eyre.workspace = true
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
rustix = { version = "0.38.34", features = ["pty", "termios", "procfs", "process", "stdio"] }
users = "0.11.0"
futures = "0.3.30"
[lints]
workspace = true