nim-codex/dagger.nimble

18 lines
454 B
Nim

version = "0.1.0"
author = "Dagger Team"
description = "The hardrive for Web3"
license = "MIT"
requires "nim >= 1.2.6",
"libp2p >= 0.0.2 & < 0.1.0",
"nimcrypto >= 0.4.1",
"bearssl >= 0.1.4",
"chronicles >= 0.7.2",
"chronos >= 2.5.2",
"metrics",
"secp256k1",
"stew#head",
"protobufserialization >= 0.2.0 & < 0.3.0",
"asynctest >= 0.2.1 & < 0.3.0",
"stew"