nim-bloom-filter/bloom.nimble

10 lines
210 B
Plaintext
Raw Permalink Normal View History

2024-12-09 13:22:08 +04:00
# Package
version = "0.1.0"
author = "Waku Team"
description = "Efficient Bloom filter implementation for Nim"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.0.0"