mirror of https://github.com/status-im/nim-rlp.git
Merge branch 'nimble'
This commit is contained in:
commit
1d721f4eca
|
@ -7,6 +7,8 @@ description = "RLP serialization library for Nim"
|
|||
license = "Apache License 2.0"
|
||||
skipDirs = @["tests"]
|
||||
bin = @["rlp/bin/rlp_inspect"]
|
||||
# avoid being considered a binary-only package: https://github.com/nim-lang/nimble/blob/66d79bf9a0970542351988fa31f487a1e70144f7/src/nimblepkg/packageparser.nim#L280
|
||||
installExt = @["nim"]
|
||||
|
||||
requires "nim >= 0.17.0",
|
||||
"ranges"
|
||||
|
|
Loading…
Reference in New Issue