mirror of
https://github.com/logos-storage/nim-mysticeti.git
synced 2026-01-04 06:33:11 +00:00
project setup
This commit is contained in:
commit
4ca2e35e54
5
.editorconfig
Normal file
5
.editorconfig
Normal file
@ -0,0 +1,5 @@
|
||||
[*]
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
!*/
|
||||
!*.*
|
||||
7
mysticeti.nimble
Normal file
7
mysticeti.nimble
Normal file
@ -0,0 +1,7 @@
|
||||
version = "0.1.0"
|
||||
author = "Nim mysticeti authors"
|
||||
description = "byzantine fault tolerant consensus algorithm"
|
||||
license = "MIT"
|
||||
|
||||
requires "questionable >= 0.10.15 & < 0.11.0"
|
||||
requires "results >= 0.5.0 & < 0.6.0"
|
||||
Loading…
x
Reference in New Issue
Block a user