summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-02 19:59:12 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-02 19:59:12 +0100
commit803a9d89a97a995faf8141e9f3ab7e6bf3de8dd5 (patch)
treec380523a248d4433ecf5b739367dd72355e85617 /Cargo.toml
parent8e1dfba8ada96a7633e2864c701cecfabe110a4d (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 80b57df..f22bf83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,11 +30,6 @@ tokio = { version = "1", features = ["full", "rt", "macros"] }
mime = "0.3"
libipld-cbor = "0.12"
libipld = "0.12"
-libp2p = "*"
-libp2p-bitswap = "*"
-libp2p-core = "*"
-libp2p-gossipsub = "*"
-libp2p-ping = "*"
rand_core = { version = "0.6", features = ["getrandom"] }
rand_os = "0.2"
ed25519-dalek = "*"