Rename libp2p to eth2-libp2p

This commit is contained in:
Age Manning
2019-03-20 15:09:24 +11:00
parent 7c7f81d188
commit e080f63811
16 changed files with 37 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
beacon_chain = { path = "../beacon_chain" }
libp2p = { path = "../libp2p" }
eth2-libp2p = { path = "../eth2-libp2p" }
version = { path = "../version" }
types = { path = "../../eth2/types" }
slog = "2.4.1"