mirror of https://github.com/status-im/nim-rlp.git
move files arround to make nimble happy
This commit is contained in:
parent
44e10db59a
commit
1720345a24
|
@ -5,8 +5,8 @@ version = "1.0.1"
|
|||
author = "Status Research & Development GmbH"
|
||||
description = "RLP serialization library for Nim"
|
||||
license = "Apache License 2.0"
|
||||
skipDirs = @["bin", "tests"]
|
||||
bin = @["bin/rlp_inspect"]
|
||||
skipDirs = @["tests"]
|
||||
bin = @["rlp/bin/rlp_inspect"]
|
||||
|
||||
requires "nim >= 0.17.0",
|
||||
"ranges"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import os, ../rlp
|
||||
import os, ../../rlp
|
||||
|
||||
if paramCount() > 0:
|
||||
echo rlpFromHex(paramStr(1)).inspect
|
Loading…
Reference in New Issue