pre-existing stuff

This commit is contained in:
mr-bonerman 2023-03-07 13:43:16 +01:00
parent aad9c19385
commit 24c50b7fc6
4 changed files with 170 additions and 0 deletions

13
nimMs.nimble Normal file
View file

@ -0,0 +1,13 @@
# Package
version = "0.1.0"
author = "mr-bonerman"
description = "A new awesome nimble package"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.6.10"
requires "jsony"