mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-16 06:46:36 +00:00
* use PeerInfo in event handlers * use CidV1 and raw multicodec as default * add block stream abstraction * raises defect * adding dataset abstraction * move blockstream into own dir * reorg files and fix tests * rename dataset to blockset * wip * wip * adding basic test for treehash algo * run blockset tests along with with the rest * remove obsolete contents * fix chunker tests * rename bitswap and move to stores * rename bitwsap to blockexc and move to stores * moare project structure reorg
20 lines
582 B
Nim
20 lines
582 B
Nim
version = "0.1.0"
|
|
author = "Dagger Team"
|
|
description = "The hardrive for Web3"
|
|
license = "MIT"
|
|
|
|
requires "nim >= 1.2.6",
|
|
"libp2p#unstable",
|
|
"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",
|
|
"https://github.com/status-im/nim-nitro >= 0.4.0 & < 0.5.0",
|
|
"questionable >= 0.9.1 & < 0.10.0",
|
|
"upraises >= 0.1.0 & < 0.2.0",
|
|
"asynctest >= 0.2.1 & < 0.3.0"
|