mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-30 14:54:45 +00:00
Initial
This commit is contained in:
parent
880663f845
commit
3d54f11d9c
14
raft_consensus.nim
Normal file
14
raft_consensus.nim
Normal file
@ -0,0 +1,14 @@
|
||||
# nim-raft-consesnsus
|
||||
# Copyright (c) 2023 Status Research & Development GmbH
|
||||
# Licensed under either of
|
||||
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
|
||||
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
|
||||
# at your option.
|
||||
# This file may not be copied, modified, or distributed except according to
|
||||
# those terms.
|
||||
|
||||
import
|
||||
raft_consensus/raft_consensus_api
|
||||
|
||||
export
|
||||
raft_consensus_api
|
22
raft_consensus.nimble
Normal file
22
raft_consensus.nimble
Normal file
@ -0,0 +1,22 @@
|
||||
# nim-raft-consensus
|
||||
# Copyright (c) 2023 Status Research & Development GmbH
|
||||
# Licensed under either of
|
||||
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
|
||||
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
|
||||
# at your option.
|
||||
# This file may not be copied, modified, or distributed except according to
|
||||
# those terms.
|
||||
|
||||
mode = ScriptMode.Verbose
|
||||
|
||||
packageName = "raft-consensus"
|
||||
version = "0.0.1"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "raft consensus in nim"
|
||||
license = "Apache License 2.0"
|
||||
skipDirs = @["tests"]
|
||||
|
||||
requires "nim >= 1.2.0"
|
||||
requires "stew >= 0.1.0"
|
||||
|
||||
# Helper functions
|
0
raft_consensus/raft_consensus_api.nim
Normal file
0
raft_consensus/raft_consensus_api.nim
Normal file
Loading…
x
Reference in New Issue
Block a user