mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-23 16:38:22 +00:00
9 lines
254 B
Nim
9 lines
254 B
Nim
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" |