project setup

This commit is contained in:
Mark Spanbroek 2024-08-19 10:03:24 +02:00
commit 4ca2e35e54
3 changed files with 15 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*]
indent_style = space
insert_final_newline = true
indent_size = 2
trim_trailing_whitespace = true

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!*/
!*.*

7
mysticeti.nimble Normal file
View 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"