Add anyhow to workspace

This commit is contained in:
Jeremy Soller
2026-01-29 10:47:45 -07:00
parent c1a2c567e2
commit 2d672b7cd9
17 changed files with 43 additions and 40 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ daemon = { path = "../daemon" }
redox_syscall = { workspace = true, features = ["std"] }
redox-log.workspace = true
libredox = { workspace = true, features = ["mkns"] }
anyhow = "1.0.81"
anyhow.workspace = true
redox-scheme.workspace = true
[dependencies.log]