mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-12 19:34:23 +00:00
Fix varint import
This commit is contained in:
parent
1a63de04e9
commit
821261961c
@ -7,5 +7,6 @@
|
||||
## This file may not be copied, modified, or distributed except according to
|
||||
## those terms.
|
||||
import libp2p/daemon/[daemonapi, transpool]
|
||||
import libp2p/protobuf/[minprotobuf, varint]
|
||||
export daemonapi, minprotobuf, varint, transpool
|
||||
import libp2p/protobuf/minprotobuf
|
||||
import libp2p/varint
|
||||
export daemonapi, minprotobuf, varint, transpool
|
||||
|
Loading…
x
Reference in New Issue
Block a user