diff --git a/eth_rpc.nimble b/eth_rpc.nimble new file mode 100644 index 0000000..9d67776 --- /dev/null +++ b/eth_rpc.nimble @@ -0,0 +1,9 @@ +packageName = "eth_rpc" +version = "0.0.1" +author = "Status Research & Development GmbH" +description = "Ethereum remote procedure calls" +license = "Apache License 2.0" +srcDir = "src" + +### Dependencies +requires "nim >= 0.17.3" \ No newline at end of file