summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-11-27 10:47:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-11-27 10:50:11 +0100
commit2d83c1db9fdf316cb69f3568b0e56df1f4d39c23 (patch)
tree6e0298b6c096615c66922a5d279c7d5184b2c85c /Cargo.toml
parent2e78de6b2c50625ff4f9032157d097744598de65 (diff)
Fix test implementation
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 892ba37..91ed946 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,4 +38,4 @@ libp2p-ping = "*"
rand_core = { version = "0.6", features = ["getrandom"] }
rand_os = "0.2"
ed25519-dalek = "*"
-
+http = "0.2"