logos-storage-nim-dht/libp2p_dht/libp2p_dht.nimble
Eric Mastro 617a98bd01 Initial commit with nimble initialised repo
# Conflicts:
#	README.md
2022-02-25 09:10:43 +11:00

13 lines
205 B
Nim

# Package
version = "0.0.1"
author = "Status.im"
description = "DHT based on the libp2p Kademlia spec"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.6.2"