diff --git a/Cargo.lock b/Cargo.lock index 8ef73703..0822300d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,6 +1698,7 @@ dependencies = [ name = "gossip" version = "0.3.1-unstable" dependencies = [ + "async-recursion", "base64 0.20.0", "dashmap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 949396a9..71158b4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +async-recursion = "1.0" base64 = "0.20" dashmap = "5.4" dirs = "4.0"