mirror of
https://github.com/status-im/nim-raft.git
synced 2025-02-07 10:45:04 +00:00
Add nim-eth dependency
This commit is contained in:
parent
43a02cce92
commit
54487a4879
13
nimble.lock
13
nimble.lock
@ -44,7 +44,6 @@
|
||||
"sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08"
|
||||
}
|
||||
},
|
||||
,
|
||||
"fsm.nim": {
|
||||
"version": "0.1.1",
|
||||
"vcsRevision": "ca6e14a5562e46805ed89593cb63bf6236939772",
|
||||
@ -54,6 +53,16 @@
|
||||
"checksums": {
|
||||
"sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nim-eth": {
|
||||
"version": "1.0.0",
|
||||
"vcsRevision": "521db96a651f582c937a0bb8c8069ef9b920e08c",
|
||||
"url": "https://github.com/status-im/nim-eth",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -21,5 +21,6 @@ requires "nimcrypto >= 0.5.4"
|
||||
requires "unittest2 >= 0.0.4"
|
||||
requires "chronicles >= 0.10.2"
|
||||
requires "fsm.nim >= 0.1.0"
|
||||
requires "nim-eth >= 1.0.0"
|
||||
|
||||
# Helper functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user