Fix server.nim was not exported.

This commit is contained in:
cheatfate 2018-06-20 14:41:04 +03:00
parent c7d155b24b
commit 66ff278f33

View File

@ -8,5 +8,5 @@
# MIT license (LICENSE-MIT)
#
import eth_p2p/[ecies, auth, enode, rlpxcrypt, discovery, kademlia]
export ecies, auth, enode, rlpxcrypt, discovery, kademlia
import eth_p2p/[ecies, auth, enode, rlpxcrypt, discovery, kademlia, server]
export ecies, auth, enode, rlpxcrypt, discovery, kademlia, server