Skip to content
Snippets Groups Projects
Verified Commit fd452d29 authored by Loris Moulin's avatar Loris Moulin
Browse files

feat: added anyhow dependency to configuration crate

parent 9a5f31e1
Branches
No related merge requests found
......@@ -10,6 +10,7 @@ members = [
[workspace.dependencies]
thiserror = "1.0"
anyhow = "1.0"
async-trait = "0.1"
futures = "0.3"
serde = "1.0"
......
......@@ -9,3 +9,4 @@ lazy_static = { workspace = true }
multiaddr = { workspace = true }
url = { workspace = true }
thiserror = { workspace = true }
anyhow = { workspace = true }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment