project setup

This commit is contained in:
Mark Spanbroek 2024-12-02 11:05:03 +01:00
commit f28be8d326
3 changed files with 14 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 @@
*
!*/
!*.*

6
codexvalidator.nimble Normal file
View File

@ -0,0 +1,6 @@
version = "0.1.0"
author = "Codex Validator contributors"
description = "Validation network for Codex"
license = "MIT"
requires "https://github.com/codex-storage/nim-mysticeti >= 0.1.0 & < 0.2.0"