mirror of
https://github.com/logos-storage/nim-eth-versioned.git
synced 2026-01-09 09:03:12 +00:00
11 lines
421 B
Nim
11 lines
421 B
Nim
# corresponds to what the dependent package version SHOULD BE, following the
|
|
# [semver spec](http://semver.org/) [with initial release at
|
|
# 1.0.0](https://docs.npmjs.com/about-semantic-versioning#incrementing-semantic-versions-in-published-packages).
|
|
version = "1.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "Ethereum Common library"
|
|
license = "MIT"
|
|
|
|
requires "nim >= 2.0.14"
|
|
requires "eth >= 0.5.0"
|